aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-migrate.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mail/e-mail-shell-migrate.c')
-rw-r--r--modules/mail/e-mail-shell-migrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-migrate.c b/modules/mail/e-mail-shell-migrate.c
index 7bc10caaa2..2e39c18a62 100644
--- a/modules/mail/e-mail-shell-migrate.c
+++ b/modules/mail/e-mail-shell-migrate.c
@@ -1598,7 +1598,7 @@ em_migrate_folder(EMMigrateSession *session, const gchar *dirname, const gchar *
if (errno == EEXIST) {
gint save = errno;
- switch (e_error_run (e_shell_get_active_window (NULL), "mail:ask-migrate-existing", src->str, dest->str, NULL)) {
+ switch (e_error_run_dialog_for_args (e_shell_get_active_window (NULL), "mail:ask-migrate-existing", src->str, dest->str, NULL)) {
case GTK_RESPONSE_ACCEPT:
mode = CP_OVERWRITE;
goto retry_copy;