* Fixes NB#99503, fixed a logical id
[modest] / src / modest-ui-actions.c
index a1b41a4..7f21072 100644 (file)
@@ -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));