svn: r8314

This commit is contained in:
Don Allingham
2007-03-25 03:17:25 +00:00
parent d20b4833f9
commit ec0623d67d
3 changed files with 14 additions and 23 deletions

@ -531,8 +531,8 @@ class ViewManager:
Backup the current file as an XML file.
"""
import GrampsDbUtils
if self.state.db.undoindex > 0:
if self.state.db.undoindex >= 0:
self.uistate.set_busy_cursor(1)
self.uistate.progress.show()
self.uistate.push_message(self.state, _("Autobackup..."))