diff options
Diffstat (limited to 'plugins/backup-restore')
-rw-r--r-- | plugins/backup-restore/backup-restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/backup-restore/backup-restore.c b/plugins/backup-restore/backup-restore.c index bc7766e861..80d0b76fcb 100644 --- a/plugins/backup-restore/backup-restore.c +++ b/plugins/backup-restore/backup-restore.c @@ -150,7 +150,7 @@ action_settings_backup_cb (GtkAction *action, file = e_shell_run_save_dialog ( e_shell_window_get_shell (shell_window), _("Select name of the Evolution backup file"), - "evolution-backup.tar.gz", (GtkCallback) + "evolution-backup.tar.gz", "*.tar.gz", (GtkCallback) set_local_only, NULL); if (file == NULL) |