~muelnet/heybuddy/remote_users

« back to all changes in this revision

Viewing changes to Communicator.py

  • Committer: jezra
  • Date: 2011-01-22 03:55:24 UTC
  • Revision ID: jezra@jezra.net-20110122035524-xzpvsd01d1af0s1l
some last minute shit

Show diffs side-by-side

added added

removed removed

Lines of Context:
341
341
                        gobject.idle_add(self.emit,"exception-caught",e.code,text,signal)
342
342
                        #self.emit("exception-caught",e.code)
343
343
                except Exception,error:
344
 
                        text = error.read()
345
344
                        gobject.idle_add(self.emit,"exception-caught","unknown error",text,signal)
346
345
                        #self.emit("exception-caught","unknown error" )
347
346