13 lines
551 B
Plaintext
13 lines
551 B
Plaintext
$OpenBSD: patch-glade_glade-xml_c,v 1.2 2005/05/25 23:26:40 marcm Exp $
|
|
--- glade/glade-xml.c.orig Mon Nov 29 03:04:00 2004
|
|
+++ glade/glade-xml.c Mon Apr 4 23:58:51 2005
|
|
@@ -964,7 +964,7 @@ default_custom_handler(GladeXML *xml, gc
|
|
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;
|
|
}
|
|
|