aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-04-16 04:16:57 +0000
committerChristian Grothoff <christian@grothoff.org>2007-04-16 04:16:57 +0000
commit47d384b72d285ba7a0bd1549a979a715b20ff889 (patch)
tree8e1eb3c012547f4e4ebdf3134f9e04474c98cee4
parentc36c18bd782e0060f7b58f2704846a9a1d74a24d (diff)
downloadgnunet-gtk-47d384b72d285ba7a0bd1549a979a715b20ff889.tar.gz
gnunet-gtk-47d384b72d285ba7a0bd1549a979a715b20ff889.zip
avoid old comment style
-rw-r--r--src/core/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index aa1c0938..7b3c95e3 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -124,7 +124,9 @@ int main(int argc,
124 initTrayIcon(); 124 initTrayIcon();
125#endif 125#endif
126 gtk_widget_show(root); 126 gtk_widget_show(root);
127 // GE_setDefaultContext(customLog); 127#if 0
128 GE_setDefaultContext(customLog);
129#endif
128 /* start the event loop */ 130 /* start the event loop */
129 gdk_threads_enter(); 131 gdk_threads_enter();
130 132