aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2005-07-09 22:59:01 +0000
committerChristian Grothoff <christian@grothoff.org>2005-07-09 22:59:01 +0000
commit368fd85ba7efdb3f744b870688c263f151a1c22e (patch)
treece41c8dad0fd3726618c9dafe051aa1dc27f2e95
parente9b0822a46f12ef632a84f815593c9aeb39a6d1e (diff)
downloadgnunet-gtk-368fd85ba7efdb3f744b870688c263f151a1c22e.tar.gz
gnunet-gtk-368fd85ba7efdb3f744b870688c263f151a1c22e.zip
check
-rw-r--r--src/common/helper.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/helper.c b/src/common/helper.c
index 73dc2dd2..8d597df4 100644
--- a/src/common/helper.c
+++ b/src/common/helper.c
@@ -377,6 +377,9 @@ void initGNUnetGTKCommon() {
377 mainXML = glade_xml_new(gladeFile, 377 mainXML = glade_xml_new(gladeFile,
378 "mainWindow", 378 "mainWindow",
379 PACKAGE_NAME); 379 PACKAGE_NAME);
380 if (mainXML == NULL)
381 errexit(_("Failed to open '%s'.\n"),
382 gladeFile);
380 statusXML 383 statusXML
381 = glade_xml_new(getGladeFileName(), 384 = glade_xml_new(getGladeFileName(),
382 "statusWindow", 385 "statusWindow",