[easytag/wip/application-window: 50/55] Drop explicit call to	gtk_main()
- From: David King <davidk src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [easytag/wip/application-window: 50/55] Drop explicit call to	gtk_main()
 
- Date: Tue, 22 Jul 2014 22:14:59 +0000 (UTC)
 
commit 9399c16fdf6828a55ed909de8fa8bdc0c9269930
Author: David King <amigadave amigadave com>
Date:   Sat Jul 19 22:38:29 2014 +0100
    Drop explicit call to gtk_main()
 src/easytag.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/easytag.c b/src/easytag.c
index d0be8c3..fc67248 100644
--- a/src/easytag.c
+++ b/src/easytag.c
@@ -166,8 +166,6 @@ common_init (GApplication *application)
      * to the screen and open also the scanner window */
     idle_handler_id = g_idle_add ((GSourceFunc)Init_Load_Default_Dir, NULL);
     g_source_set_name_by_id (idle_handler_id, "Init idle function");
-
-    gtk_main ();
 }
 
 /*
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]