aboutsummaryrefslogtreecommitdiff
path: root/src/core/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/main.c b/src/core/main.c
index f8648341..8515066f 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -28,7 +28,6 @@
28#include "gnunetgtk_common.h" 28#include "gnunetgtk_common.h"
29#include <GNUnet/gnunet_directories.h> 29#include <GNUnet/gnunet_directories.h>
30#include <GNUnet/gnunet_util.h> 30#include <GNUnet/gnunet_util.h>
31#include "eggtrayicon.h"
32 31
33#ifdef WINDOWS 32#ifdef WINDOWS
34static int debug_mode = GNUNET_NO; 33static int debug_mode = GNUNET_NO;
@@ -138,9 +137,6 @@ main (int argc, char *const *argv)
138 root = 137 root =
139 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (), "mainWindow"); 138 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (), "mainWindow");
140 gtk_window_maximize (GTK_WINDOW (root)); 139 gtk_window_maximize (GTK_WINDOW (root));
141#ifndef WINDOWS
142 initTrayIcon ();
143#endif
144 gtk_widget_show (root); 140 gtk_widget_show (root);
145 141
146 /* start the event loop */ 142 /* start the event loop */