xpra icon
Bug tracker and wiki

Changeset 157 in xpra


Ignore:
Timestamp:
09/07/11 10:16:05 (21 months ago)
Author:
antoine
Message:

when we exit the main loop we may still have a live connection to the server, make sure it is marked as closed so that any remaining read/write loops will take the shortcut out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/xpra/client.py

    r146 r157  
    400400        gtk_main_quit_on_fatal_exceptions_enable() 
    401401        gtk.main() 
     402        if self._protocol: 
     403            self._protocol.close() 
    402404 
    403405    def query_xkbmap(self): 
Note: See TracChangeset for help on using the changeset viewer.