opentechinstitute / commotion-linux-py

DEPRECATED, see commotion-client - Python implementation of core commotion functions for Linux
Other
3 stars 5 forks source link

sysTray exit does not always work #15

Closed seamustuohy closed 10 years ago

seamustuohy commented 10 years ago

When an exit event is triggered from a window that is opened by clicking on the tray icon the window will not close when the tray icon is used to exit it. But, exitOnClose will be set to true so that the next exit event will close that window...

Relevant file: GUI/MainWindow.py

seamustuohy commented 10 years ago

closed per commit d022f23 on branch commotion-client