ekiga r7027 - in trunk: . src/gui
- From: jschamp svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7027 - in trunk: . src/gui
- Date: Sat, 20 Sep 2008 09:18:53 +0000 (UTC)
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]