Popup the right warning.
svn path=/trunk/; revision=33920
This commit is contained in:
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user