ekiga r7635 - in trunk: . src/gui



Author: dsandras
Date: Mon Feb  2 20:06:15 2009
New Revision: 7635
URL: http://svn.gnome.org/viewvc/ekiga?rev=7635&view=rev

Log:
Cleanups.


Modified:
   trunk/ChangeLog
   trunk/src/gui/main.cpp

Modified: trunk/src/gui/main.cpp
==============================================================================
--- trunk/src/gui/main.cpp	(original)
+++ trunk/src/gui/main.cpp	Mon Feb  2 20:06:15 2009
@@ -1820,13 +1820,9 @@
   statusicon = GTK_STATUS_ICON (GnomeMeeting::Process ()->GetStatusicon ());
   main_window = GnomeMeeting::Process ()->GetMainWindow ();
   
-  //gdk_threads_enter ();
-
   if (!gtk_status_icon_is_embedded (GTK_STATUS_ICON (statusicon))) 
     gtk_widget_show (main_window);
   
-  //gdk_threads_leave ();
-
   return FALSE;
 }
 
@@ -4379,7 +4375,6 @@
   /* GTK+ initialization */
   g_type_init ();
   g_thread_init (NULL);
-//  gdk_threads_init ();
 #ifndef WIN32
   signal (SIGPIPE, SIG_IGN);
 #endif
@@ -4559,9 +4554,7 @@
 #endif
 
   /* The GTK loop */
-  //gdk_threads_enter ();
   gtk_main ();
-  //gdk_threads_leave ();
 
 #ifdef HAVE_DBUS
   g_object_unref (dbus_component);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]