From: Sergio Villar Senin Date: Tue, 12 Aug 2008 17:20:43 +0000 (+0000) Subject: deleted duplicated code X-Git-Tag: git_migration_finished~1222 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=766f8d0e23f584ac28e5c4584bd8708775afa0a0 deleted duplicated code pmo-trunk-r5293 --- diff --git a/src/maemo/modest-main-window.c b/src/maemo/modest-main-window.c index 6fa1f68..bf8caa5 100644 --- a/src/maemo/modest-main-window.c +++ b/src/maemo/modest-main-window.c @@ -1147,14 +1147,6 @@ modest_main_window_on_show (GtkWidget *self, gpointer user_data) gtk_widget_show_all(GTK_WIDGET(self)); modest_ui_actions_on_accounts (NULL, MODEST_WINDOW(self)); } else { - GSList *accounts; - GtkAction *send_receive_all; - ModestWindowPrivate *parent_priv = MODEST_WINDOW_GET_PRIVATE (self); - accounts = modest_account_mgr_account_names (modest_runtime_get_account_mgr (), TRUE); - send_receive_all = gtk_ui_manager_get_action (parent_priv->ui_manager, - "/MenuBar/ToolsMenu/ToolsSendReceiveMainMenu/ToolsSendReceiveAllMenu"); - gtk_action_set_visible (send_receive_all, g_slist_length (accounts) > 0); - modest_account_mgr_free_account_names (accounts); update_menus (MODEST_MAIN_WINDOW (self)); }