openbsd-ports/devel/libglade2/patches/patch-glade_glade-xml_c
jasper 640d52c6b5 - update libglade2 to 2.6.1
- convert to use gnome.port.mk
- add REGRESS_IS_INTERACTIVE

ok wilfried@
2007-07-17 16:50:34 +00:00

13 lines
568 B
Plaintext

$OpenBSD: patch-glade_glade-xml_c,v 1.3 2007/07/17 16:50:34 jasper Exp $
--- glade/glade-xml.c.orig Mon Apr 16 10:55:14 2007
+++ glade/glade-xml.c Mon Jul 16 12:51:01 2007
@@ -1000,7 +1000,7 @@ default_custom_handler(GladeXML *xml, gchar *func_name
allsymbols = g_module_open(NULL, 0);
if (g_module_symbol(allsymbols, func_name, (gpointer)&func))
return (* func)(name, string1, string2, int1, int2);
- g_warning("could not find widget creation function");
+ g_warning("could not find widget creation function: %s", func_name);
return NULL;
}