aboutsummaryrefslogtreecommitdiff
path: root/src/common/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logging.c')
-rw-r--r--src/common/logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging.c b/src/common/logging.c
index 41cfdc2a..645f94dd 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -46,7 +46,7 @@ init ()
46 statusXML 46 statusXML
47 = 47 =
48 glade_xml_new (GNUNET_GTK_get_glade_filename (), "statusWindow", 48 glade_xml_new (GNUNET_GTK_get_glade_filename (), "statusWindow",
49 PACKAGNUNET_GE_NAME); 49 PACKAGE_NAME);
50 infoWindow = glade_xml_get_widget (statusXML, "statusWindow"); 50 infoWindow = glade_xml_get_widget (statusXML, "statusWindow");
51 infoWindowTextView 51 infoWindowTextView
52 = glade_xml_get_widget (statusXML, "messageWindowTextView"); 52 = glade_xml_get_widget (statusXML, "messageWindowTextView");