From: Jose Dapena Paz Date: Wed, 25 Feb 2009 09:32:54 +0000 (+0000) Subject: Always show the tree view in accounts window (to show always action area) X-Git-Tag: git_migration_finished~489 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=d03da5793e761e7fe927c3f24642052f9259fcea Always show the tree view in accounts window (to show always action area) pmo-trunk-r7669 --- diff --git a/src/hildon2/modest-accounts-window.c b/src/hildon2/modest-accounts-window.c index bf9c482..e4190c5 100644 --- a/src/hildon2/modest-accounts-window.c +++ b/src/hildon2/modest-accounts-window.c @@ -449,10 +449,8 @@ static void row_count_changed (ModestAccountsWindow *self) count = gtk_tree_model_iter_n_children (model, NULL); if (count == 0) { - gtk_widget_hide (priv->account_view); gtk_widget_show (priv->no_accounts_label); } else { gtk_widget_hide (priv->no_accounts_label); - gtk_widget_show (priv->account_view); } }