Merge branch 'master' of github.com:manuelcortez/TWBlue

This commit is contained in:
2014-11-29 11:09:39 -06:00
3 changed files with 5 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ class SysTrayIcon(wx.TaskBarIcon):
if (self.frame.showing):
self.frame.SetFocus()
else:
self.frame.onShow_hide()
self.frame.show_hide()
def Destroy(self):
self.menu.Destroy()