From a6abd2befb9257667403b6875565f8ace85cfa5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergio=20Villar=20Sen=C3=ADn?= Date: Sat, 9 Jan 2010 11:39:37 +0100 Subject: [PATCH] Use the ModestWindow to create the Move to dialog instead of ModestShell --- src/modest-ui-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 9310e5e..ccd14e6 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -5157,8 +5157,8 @@ modest_ui_actions_on_edit_mode_move_to (ModestWindow *win) } /* Create and run the dialog */ + dialog = create_move_to_dialog (win, NULL, list_to_move); toplevel = (GtkWindow *) gtk_widget_get_toplevel ((GtkWidget *) win); - dialog = create_move_to_dialog (toplevel, NULL, list_to_move); modest_window_mgr_set_modal (modest_runtime_get_window_mgr (), GTK_WINDOW (dialog), toplevel); -- 1.7.9.5