gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r1369 - gnunet-gtk/src/common


From: grothoff
Subject: [GNUnet-SVN] r1369 - gnunet-gtk/src/common
Date: Sat, 9 Jul 2005 15:59:03 -0700 (PDT)

Author: grothoff
Date: 2005-07-09 15:59:01 -0700 (Sat, 09 Jul 2005)
New Revision: 1369

Modified:
   gnunet-gtk/src/common/helper.c
Log:
check

Modified: gnunet-gtk/src/common/helper.c
===================================================================
--- gnunet-gtk/src/common/helper.c      2005-07-09 22:56:20 UTC (rev 1368)
+++ gnunet-gtk/src/common/helper.c      2005-07-09 22:59:01 UTC (rev 1369)
@@ -377,6 +377,9 @@
   mainXML = glade_xml_new(gladeFile,
                          "mainWindow",
                          PACKAGE_NAME);
+  if (mainXML == NULL) 
+    errexit(_("Failed to open '%s'.\n"),
+           gladeFile);
   statusXML
     = glade_xml_new(getGladeFileName(),
                    "statusWindow", 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]