~flimm/epidermis/icon-theme-bugfix

« back to all changes in this revision

Viewing changes to epidermis/creator.py

  • Committer: David D Lowe
  • Date: 2011-01-04 22:50:19 UTC
  • Revision ID: daviddlowe.flimm@gmail.com-20110104225019-uo31kb54cbxjt5vt
Tidy up code with better comments.
Deleted unused functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    
40
40
    
41
41
    def destroy_event(self, widget, data=None):
42
 
        """When the main widow is closed, this function quits the application"""
 
42
        """When the main window is closed, this function quits the application"""
43
43
        logger.debug("Window closed, exiting")
44
44
        gtk.main_quit()
45
45
        sys.exit()