The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via 3f3bb85fe91a0b8d8e76bcfe2ea14b6fd87ddad0 (commit) from 21799755bf08ebc9e4f90efbdd8078e2bc0cf0c5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/chooser.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/chooser.py b/pyhoca/wxgui/chooser.py index bebcca3..256930b 100644 --- a/pyhoca/wxgui/chooser.py +++ b/pyhoca/wxgui/chooser.py @@ -91,14 +91,14 @@ class PyHocaGUI_SessionChooser(wx.Frame): wx.Frame.__init__(self, None, -1) self.CentreOnScreen() self.il = wx.ImageList(16, 16) - self.list = PyHocaGUI_ListCtrl(self, -1, - style=wx.LC_REPORT | wx.BORDER_NONE | wx.LC_SORT_ASCENDING - ) - self.idx1 = self.il.Add(images.getnetwork_disconnected_lanBitmap()) - self.idx2 = self.il.Add(images.getnetwork_connected_lan_kncBitmap()) - self.idx3 = self.il.Add(images.getresumeBitmap()) - - self.list.SetImageList(self.il, wx.IMAGE_LIST_SMALL) + #self.list = PyHocaGUI_ListCtrl(self, -1, + # style=wx.LC_REPORT | wx.BORDER_NONE | wx.LC_SORT_ASCENDING + # ) + #self.idx1 = self.il.Add(images.getnetwork_disconnected_lanBitmap()) + #self.idx2 = self.il.Add(images.getnetwork_connected_lan_kncBitmap()) + #self.idx3 = self.il.Add(images.getresumeBitmap()) + # + #self.list.SetImageList(self.il, wx.IMAGE_LIST_SMALL) self.TaskBarIcon = taskbar.PyHocaGUI_TaskBarIcon(self._PyHocaGUI) self.TaskBarIcon.Bind(wx.EVT_TASKBAR_LEFT_DCLICK, lambda _Show: self.Show(True)) @@ -117,14 +117,14 @@ class PyHocaGUI_SessionChooser(wx.Frame): self.Bind(wx.EVT_LIST_ITEM_SELECTED, self.OnItemSelected, self.list) self.Bind(wx.EVT_LIST_ITEM_ACTIVATED, self.OnItemActivated, self.list) - self.list.Bind(wx.EVT_LEFT_DCLICK, self.OnDoubleClick) - self.list.Bind(wx.EVT_RIGHT_DOWN, self.OnRightDown) + #self.list.Bind(wx.EVT_LEFT_DCLICK, self.OnDoubleClick) + #self.list.Bind(wx.EVT_RIGHT_DOWN, self.OnRightDown) # for wxMSW - self.list.Bind(wx.EVT_COMMAND_RIGHT_CLICK, self.OnRightClick) + #self.list.Bind(wx.EVT_COMMAND_RIGHT_CLICK, self.OnRightClick) # for wxGTK - self.list.Bind(wx.EVT_RIGHT_UP, self.OnRightClick) + #self.list.Bind(wx.EVT_RIGHT_UP, self.OnRightClick) self.Bind(wx.EVT_CLOSE, self.OnCancel) hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).