Removed Sorter.py

svn: r1162
This commit is contained in:
Don Allingham
2002-11-04 04:05:47 +00:00
parent a274422171
commit aa4b5ecbda
10 changed files with 38 additions and 559 deletions

View File

@ -28,9 +28,8 @@ import gtk.glade
import const
import Utils
import intl
_ = intl.gettext
from intl import gettext as _
from QuestionDialog import OkDialog
#-------------------------------------------------------------------------
#
@ -79,7 +78,7 @@ class ChangeTypes:
else:
msg = _("%d event records were modified") % modified
gnome.ui.GnomeOkDialog(msg)
OkDialog(msg)
Utils.destroy_passed_object(obj)
#------------------------------------------------------------------------