diff options
Diffstat (limited to 'src/common/helper.c')
-rw-r--r-- | src/common/helper.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/helper.c b/src/common/helper.c index e35d0bc3..28518fae 100644 --- a/src/common/helper.c +++ b/src/common/helper.c | |||
@@ -186,7 +186,8 @@ GNUNET_GTK_get_main_glade_XML () | |||
186 | /** | 186 | /** |
187 | * Simple accessor method. | 187 | * Simple accessor method. |
188 | */ | 188 | */ |
189 | GtkIconFactory *GNUNET_GTK_get_iconFactory () | 189 | GtkIconFactory * |
190 | GNUNET_GTK_get_iconFactory () | ||
190 | { | 191 | { |
191 | return iconFactory; | 192 | return iconFactory; |
192 | } | 193 | } |
@@ -367,7 +368,7 @@ GNUNET_GTK_initialize_common_library (struct GNUNET_GE_Context *e, | |||
367 | GNUNET_GE_FATAL | GNUNET_GE_USER | | 368 | GNUNET_GE_FATAL | GNUNET_GE_USER | |
368 | GNUNET_GE_IMMEDIATE, "glade_xml_new", | 369 | GNUNET_GE_IMMEDIATE, "glade_xml_new", |
369 | gladeFile); | 370 | gladeFile); |
370 | iconFactory = gtk_icon_factory_new(); | 371 | iconFactory = gtk_icon_factory_new (); |
371 | gtk_icon_factory_add_default (iconFactory); | 372 | gtk_icon_factory_add_default (iconFactory); |
372 | #if GTK_CHECK_VERSION (2,10,0) | 373 | #if GTK_CHECK_VERSION (2,10,0) |
373 | trayIcon = gtk_status_icon_new (); | 374 | trayIcon = gtk_status_icon_new (); |