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, 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