From 4a9bf4dffd98346f9eee848708df573df56ed1d6 Mon Sep 17 00:00:00 2001
From: Milan Crha <mcrha@redhat.com>
Date: Thu, 10 Dec 2009 16:08:52 +0100
Subject: Bug #499322 - Use extension for "Save as" suggested file name

---
 plugins/backup-restore/backup-restore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins/backup-restore/backup-restore.c')

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)
-- 
cgit