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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index f3dedca7..9d6c0638 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -111,7 +111,7 @@ int main(int argc,
111 /* start the event loop */ 111 /* start the event loop */
112 gdk_threads_enter(); 112 gdk_threads_enter();
113 gtk_main(); 113 gtk_main();
114 gdk_threads_leave(); 114 gdk_threads_leave();
115 setCustomLogProc(NULL); 115 setCustomLogProc(NULL);
116 while (YES == gtkRunSomeSaveCalls()) ; 116 while (YES == gtkRunSomeSaveCalls()) ;
117 stopCron(); 117 stopCron();