* show toolbar when it's enabled in modest-conf
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sun, 4 Mar 2007 19:27:46 +0000 (19:27 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sun, 4 Mar 2007 19:27:46 +0000 (19:27 +0000)
pmo-trunk-r880

src/maemo/modest-main-window.c

index 0be1368..a57c267 100644 (file)
@@ -458,8 +458,8 @@ modest_main_window_new (void)
        gtk_widget_show_all (main_vbox);
 
        /* should we hide the toolbar? */
-       //if (!modest_conf_get_bool (modest_runtime_get_conf (), MODEST_CONF_SHOW_TOOLBAR, NULL))
-       //      gtk_widget_hide (parent_priv->toolbar);
+       if (!modest_conf_get_bool (modest_runtime_get_conf (), MODEST_CONF_SHOW_TOOLBAR, NULL))
+               gtk_widget_hide (parent_priv->toolbar);
 
        /* Connect signals */
        connect_signals (self);