Re: lame patch for hp-ux
- From: Owen Taylor <otaylor redhat com>
- To: gtk-devel-list gnome org
- Cc: jacob berkman <jacob ximian com>
- Subject: Re: lame patch for hp-ux
- Date: 23 Apr 2001 14:14:37 -0400
jacob berkman <jacob ximian com> writes:
> this is for 1 2
> it is a very lame patch
> should i commit it?
lame == simple?
The only problem with it that I see is that it breaks themes
starting with 'lib':
[
g_module_build_path() is quite broken in this respect; it does
else if (strncmp (module_name, "lib", 3) == 0)
return g_strdup (module_name);
else
return g_strconcat ("lib", module_name, ".so", NULL);
]
Could you, instead of applying it, file a bugzilla bug
put it on the 1.2.11 milestone and attach the patch.
Thanks,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]