ekiga r7027 - in trunk: . src/gui



Author: jschamp
Date: Sat Sep 20 09:18:53 2008
New Revision: 7027
URL: http://svn.gnome.org/viewvc/ekiga?rev=7027&view=rev

Log:
Do not allow the call panel section to be user shrinkable.

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	Sat Sep 20 09:18:53 2008
@@ -2446,7 +2446,7 @@
                     (GtkAttachOptions) (GTK_FILL | GTK_EXPAND),
                     0, 0);
 
-  gtk_paned_pack2 (GTK_PANED (mw->hpaned), frame, true, true);
+  gtk_paned_pack2 (GTK_PANED (mw->hpaned), frame, true, false);
 }  
 
 static void



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