def fatalError(self, msg):
     '''
     Call the fatal error handler
     
     @param msg: ErrorMessage
     '''
     if not self.loggingOut:
         gtkutil.fatalError(msg)
Beispiel #2
0
 def fatalError(self, msg):
     '''
     Call the fatal error handler
     
     @param msg: ErrorMessage
     '''
     if not self.loggingOut:
         gtkutil.fatalError(msg)