aboutsummaryrefslogtreecommitdiff
path: root/src/common/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/helper.c')
-rw-r--r--src/common/helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/helper.c b/src/common/helper.c
index 78b74e58..73dc2dd2 100644
--- a/src/common/helper.c
+++ b/src/common/helper.c
@@ -376,11 +376,11 @@ void initGNUnetGTKCommon() {
376 376
377 mainXML = glade_xml_new(gladeFile, 377 mainXML = glade_xml_new(gladeFile,
378 "mainWindow", 378 "mainWindow",
379 NULL); 379 PACKAGE_NAME);
380 statusXML 380 statusXML
381 = glade_xml_new(getGladeFileName(), 381 = glade_xml_new(getGladeFileName(),
382 "statusWindow", 382 "statusWindow",
383 NULL); 383 PACKAGE_NAME);
384 infoWindow 384 infoWindow
385 = glade_xml_get_widget(statusXML, 385 = glade_xml_get_widget(statusXML,
386 "statusWindow"); 386 "statusWindow");