Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=e4d817e30a91bfe4a88d8bf8afa5d9270079e4b0
commit e4d817e30a91bfe4a88d8bf8afa5d9270079e4b0
Author: Priyank <[EMAIL PROTECTED]>
Date: Sun Nov 18 15:31:21 2007 +0530
gfpm.c: forgot to pass the first arg to gfpm_error
diff --git a/src/gfpm.c b/src/gfpm.c
index 99231a7..5758ed8 100644
--- a/src/gfpm.c
+++ b/src/gfpm.c
@@ -51,7 +51,7 @@ main (int argc, char *argv[])
if (!(xml=glade_xml_new(path, NULL, "UTF-8")))
{
- gfpm_error (_("Failed to initialize interface"));
+ gfpm_error (_("Interface initialization Failed"), _("Failed to
initialize interface"));
return 1;
}
g_free (path);
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git