ekiga r7459 - in branches/gnome-2-24: . src/gui



Author: dsandras
Date: Mon Dec 15 20:26:16 2008
New Revision: 7459
URL: http://svn.gnome.org/viewvc/ekiga?rev=7459&view=rev

Log:
Realize widget at the begin to prevent warnings.


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/src/gui/main.cpp

Modified: branches/gnome-2-24/src/gui/main.cpp
==============================================================================
--- branches/gnome-2-24/src/gui/main.cpp	(original)
+++ branches/gnome-2-24/src/gui/main.cpp	Mon Dec 15 20:26:16 2008
@@ -2464,6 +2464,7 @@
                     0, 0);
 
   gtk_paned_pack2 (GTK_PANED (mw->hpaned), frame, true, false);
+  gtk_widget_realize (mw->priv->main_video_image);
 }  
 
 static void



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