/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/frontend/gtk/handler.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-08-08 14:44:53 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060808144453-f7ac8684b15bf34f
Implemented OlivePreferences; some wording fixes.

2006-08-08  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
    * olive/frontend/gtk/__init__.py: implemented OlivePreferences - this class
      is responsible for loading/saving user preferences
    * olive/frontend/gtk/handler.py: save preferences before quit
    * olive.glade: some wordings fixed (thanks to David Allouche)

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
        
128
128
        self.comm.refresh_right()
129
129
    
 
130
    def on_window_main_delete_event(self, widget, event=None):
 
131
        """ Do some stuff before exiting. """
 
132
        self.comm.pref.write()
 
133
        self.comm.window_main.destroy()
 
134
 
130
135
    def not_implemented(self, widget):
131
136
        """ Display a Not implemented error message. """
132
137
        self.dialog.error_dialog('This feature is not yet implemented.')