GEPS008: Moved UndoHistory module

svn: r19768
This commit is contained in:
Nick Hall
2012-06-05 22:07:47 +00:00
parent f74b14c869
commit eb369d08dd
5 changed files with 4 additions and 5 deletions

View File

@ -85,7 +85,7 @@ import Errors
from QuestionDialog import (ErrorDialog, WarningDialog, QuestionDialog2,
InfoDialog)
from gui import widgets
import UndoHistory
from gui.undohistory import UndoHistory
import Utils
from gui.dbloader import DbLoader
import GrampsDisplay
@ -1699,8 +1699,7 @@ class ViewManager(CLIManager):
Displays the Undo history window
"""
try:
self.undo_history_window = UndoHistory.UndoHistory(self.dbstate,
self.uistate)
self.undo_history_window = UndoHistory(self.dbstate, self.uistate)
except Errors.WindowActiveError:
return