[vinagre] Allow the main notebook to expand



commit 89e6ebabb2842dee867bd1f0cccb024819af1acb
Author: Tomas Bzatek <tbzatek redhat com>
Date:   Tue Jun 14 17:16:47 2011 +0200

    Allow the main notebook to expand
    
    This was broken by the removal of the side pane, and caused the notebook
    to always take up too little space.

 vinagre/vinagre-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-window.c b/vinagre/vinagre-window.c
index 57ef6db..f2a1740 100644
--- a/vinagre/vinagre-window.c
+++ b/vinagre/vinagre-window.c
@@ -690,7 +690,7 @@ _create_notebook (VinagreWindow *window, GtkWidget *main_box)
     window->priv->notebook = vinagre_notebook_new (window);
 
     gtk_box_pack_start (GTK_BOX (main_box), GTK_WIDGET (window->priv->notebook),
-        TRUE, FALSE, 0);
+        TRUE, TRUE, 0);
 
     gtk_widget_show (GTK_WIDGET (window->priv->notebook));
 }



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