X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-ui-actions.c;h=e1dc2ff244876d51815acef97ab05530bce59ce9;hp=a1b41a4c80c3873c4b4de065d6b724c9584b843f;hb=82416b4e16ccb7f40304192ae58c0469781c63fe;hpb=d7c5eaa37d4f4f0a6dd316508a6c5c77a2036978 diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index a1b41a4..e1dc2ff 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -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));