[gnome-commander] notebook: set tabs scrollable



commit 0719efce3011fc483e38b7105b21c26d1c643f7b
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Thu Dec 31 00:08:07 2009 +0100

    notebook: set tabs scrollable

 src/gnome-cmd-notebook.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-notebook.h b/src/gnome-cmd-notebook.h
index 3a1b0be..f2e0bb3 100644
--- a/src/gnome-cmd-notebook.h
+++ b/src/gnome-cmd-notebook.h
@@ -39,7 +39,7 @@ struct GnomeCmdNotebook
 
     Private *priv;
 
-    void *operator new (size_t size)    {  return g_object_new (GNOME_CMD_TYPE_NOTEBOOK, "show-tabs", FALSE, NULL);  }
+    void *operator new (size_t size)    {  return g_object_new (GNOME_CMD_TYPE_NOTEBOOK, "show-tabs", FALSE, "scrollable", TRUE, NULL);  }
     void operator delete (void *p)      {  g_object_unref (p);  }
 
     operator GtkWidget * ()             {  return GTK_WIDGET (this);    }



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