[Xfce4-commits] <midori:master> Let preference notebook fill and expand, for proper resizing

Christian Dywan noreply at xfce.org
Sun Jan 24 11:08:04 CET 2010


Updating branch refs/heads/master
         to a7b982eff05bfc5425627da8ccaf470880404386 (commit)
       from f0bfc701d97cd3791afede99ee57ec94929eb363 (commit)

commit a7b982eff05bfc5425627da8ccaf470880404386
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Jan 24 11:06:10 2010 +0100

    Let preference notebook fill and expand, for proper resizing

 katze/katze-preferences.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/katze/katze-preferences.c b/katze/katze-preferences.c
index 91006cb..f492841 100644
--- a/katze/katze-preferences.c
+++ b/katze/katze-preferences.c
@@ -208,7 +208,7 @@ katze_preferences_prepare (KatzePreferences* preferences)
     #endif
     priv->toolbutton = NULL;
     gtk_box_pack_end (GTK_BOX (GTK_DIALOG (preferences)->vbox),
-                      priv->notebook, FALSE, FALSE, 4);
+                      priv->notebook, TRUE, TRUE, 4);
 
     priv->sizegroup = NULL;
     priv->sizegroup2 = NULL;



More information about the Xfce4-commits mailing list