Changeset 127 for pykoticon

Show
Ignore:
Timestamp:
05/01/06 19:23:08 (18 years ago)
Author:
jerome
Message:

Missing argument

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/bin/pykoticon

    r124 r127  
    300300            self.quitIsForbidden() 
    301301             
    302     def quitIsForbidden() :         
     302    def quitIsForbidden(self) :         
    303303        """Displays a message indicating that quitting the application is not allowed.""" 
    304304        message = _("Sorry, this was forbidden by your system administrator.")