From d03da5793e761e7fe927c3f24642052f9259fcea Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Wed, 25 Feb 2009 09:32:54 +0000 Subject: [PATCH] Always show the tree view in accounts window (to show always action area) pmo-trunk-r7669 --- src/hildon2/modest-accounts-window.c | 2 -- 1 file changed, 2 deletions(-) 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); } } -- 1.7.9.5