[gnome-commander] noop: code cleanup



commit 7a21519894a7ce96ff253596de09e8d0efebad5c
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Aug 14 18:19:30 2010 +0200

    noop: code cleanup

 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 7769407..5461b80 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, "scrollable", TRUE, "show-border", false, NULL);  }
+    void *operator new (size_t size)    {  return g_object_new (GNOME_CMD_TYPE_NOTEBOOK, "show-tabs", FALSE, "scrollable", TRUE, "show-border", FALSE, NULL);  }
     void operator delete (void *p)      {  g_object_unref (p);  }
 
     operator GtkWidget * () const       {  return GTK_WIDGET (this);     }



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