Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=e69387757c3bedcdad9101dd8b341cd932a5a389
commit e69387757c3bedcdad9101dd8b341cd932a5a389
Author: Priyank <[EMAIL PROTECTED]>
Date: Sun Mar 23 21:10:01 2008 +0530
Fixed the translations bug with fun.glade
* The domain argument should be NULL in glade_xml_new()
diff --git a/src/fun.c b/src/fun.c
index 9d1e450..191cc83 100644
--- a/src/fun.c
+++ b/src/fun.c
@@ -38,7 +38,7 @@ fun_glade_init (void)
gboolean ret = FALSE;
path = g_strdup_printf ("%s/share/fun/fun.glade", PREFIX);
- if ((xml=glade_xml_new(path,NULL,"UTF-8")))
+ if ((xml=glade_xml_new(path,NULL,NULL)))
ret = TRUE;
g_free (path);
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git