Popup the right warning.

svn path=/trunk/; revision=33920
This commit is contained in:
Srinivasa Ragavan
2007-08-01 06:14:20 +00:00
parent 2b40e46834
commit a2d6dceccc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-08-23 Srinivasa Ragavan <sragavan@novell.com>
* backup-restore.c: (org_gnome_backup_restore_restore): Popup the
right warning
2007-06-18 Srinivasa Ragavan <sragavan@novell.com>
* backup.c: Remove BASE_VERSION from the binary

View File

@ -160,7 +160,7 @@ org_gnome_backup_restore_restore (EPlugin *ep, ESMenuTargetShell *target)
if (sanity_check (filename)) {
guint32 mask;
mask = dialog_prompt_user (GTK_WINDOW (target->target.widget), _("_Restart Evolution after restore"), "org.gnome.backup-restore:backup-confirm", NULL);
mask = dialog_prompt_user (GTK_WINDOW (target->target.widget), _("_Restart Evolution after restore"), "org.gnome.backup-restore:restore-confirm", NULL);
if (mask & BR_OK)
restore (filename, mask & BR_START);
} else {