~sir-rainbow/+junk/scribes-on-win

« back to all changes in this revision

Viewing changes to SCRIBES/GUI/MainGUI/Toolbar/Toolbuttons/PreferenceToolButton.py

  • Committer: lateef
  • Date: 2009-11-12 12:36:21 UTC
  • Revision ID: teef@submission-20091112123621-tp4m8gknu68dgeae
Addressed bugs #481232 and #481214.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
        def __clicked_cb(self, *args):
50
50
                self.__editor.response()
51
 
                self.__editor.trigger("show_preference_dialog")
 
51
                self.__editor.trigger("show-preferences-window")
52
52
                self.__editor.response()
53
53
                return False