diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-importer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index 01f67af470..aba3546443 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -417,7 +417,7 @@ import_assistant_cancel (GtkAssistant *assistant, ImportData *data) { if (data->import_dialog) gtk_dialog_response (GTK_DIALOG (data->import_dialog), GTK_RESPONSE_CANCEL); - else + else gtk_widget_destroy (GTK_WIDGET (data->assistant)); } |