X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-ui-actions.c;h=7f210723e3c3998d7c7e4314122ea164c405009f;hp=a1b41a4c80c3873c4b4de065d6b724c9584b843f;hb=17650658e9c61cb055beecba2e865f2de3a2cbea;hpb=26dc83ebe4e0cf7ee0eaea0d3fc250ef588646b0 diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index a1b41a4..7f21072 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -3458,7 +3458,7 @@ modest_ui_actions_rename_folder_error_handler (ModestMailOperation *mail_op, message is opened for example */ message = _("emev_ni_internal_error"); } else { - message = _CS("ckdg_ib_unable_to_remove"); + message = _CS("ckdg_ib_unable_to_rename"); } /* We don't set a parent for the dialog because the dialog @@ -5831,13 +5831,6 @@ modest_ui_actions_on_edit_mode_move_to (ModestWindow *win) main_window = MODEST_MAIN_WINDOW (modest_window_mgr_get_main_window (modest_runtime_get_window_mgr (), FALSE)); /* don't create */ - - /* Get the folder view widget if exists */ - if (main_window) - folder_view = modest_main_window_get_child_widget (main_window, - MODEST_MAIN_WINDOW_WIDGET_TYPE_FOLDER_VIEW); - else - folder_view = NULL; #endif list_to_move = modest_platform_get_list_to_move (MODEST_WINDOW (win));