eb8dd258a5
- move @exec lines where they belong
13 lines
569 B
Plaintext
13 lines
569 B
Plaintext
$OpenBSD: patch-glade_glade-xml_c,v 1.4 2009/03/17 16:01:17 ajacoutot Exp $
|
|
--- glade/glade-xml.c.orig Tue Mar 17 15:19:00 2009
|
|
+++ glade/glade-xml.c Tue Mar 17 16:55:36 2009
|
|
@@ -966,7 +966,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;
|
|
}
|
|
|