Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gservice.git;a=commitdiff;h=e669b9de82e85eb0d9a90ef1dee2b521ccb70b64

commit e669b9de82e85eb0d9a90ef1dee2b521ccb70b64
Author: Priyank <[EMAIL PROTECTED]>
Date:   Sat Mar 29 11:28:45 2008 +0530

pass NULL as the domain argument to glade_xml_new() to enable strings in 
gservice.glade to be translated.

diff --git a/src/gservice.c b/src/gservice.c
index 672553e..796c34f 100644
--- a/src/gservice.c
+++ b/src/gservice.c
@@ -47,7 +47,7 @@ main (int argc, char *argv[])

path = g_strdup_printf ("%s%s", PREFIX, UI_FILE);

-       if (!(xml=glade_xml_new(path, NULL, "UTF-8")))
+       if (!(xml=glade_xml_new(path,NULL,NULL)))
{
gsvc_error (_("Interface initialization Failed"), _("Failed to initialize 
interface"));
return 1;
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to