[hdf-compass] 73/295: Fix typo in context menu code

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.

commit 6158db02a40eabec16f9c2b7286275094b6de320
Author: Andrew Collette <andrew.collette at gmail.com>
Date:   Wed May 6 15:40:54 2015 -0600

    Fix typo in context menu code
---
 compass_viewer/container/list.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compass_viewer/container/list.py b/compass_viewer/container/list.py
index 414cbfb..1e1cd3e 100644
--- a/compass_viewer/container/list.py
+++ b/compass_viewer/container/list.py
@@ -134,7 +134,7 @@ class ContainerList(wx.ListCtrl):
         Posts an event requesting that the node be opened as-is.
         """
         pos = wx.GetTopLevelParent(self).GetPosition()
-        wx.PostEvent(self, CompassOpenEvent(self._menu_node), pos=pos)
+        wx.PostEvent(self, CompassOpenEvent(self._menu_node, pos=pos))
 
 
     def on_context_openwindow(self, evt):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git



More information about the debian-science-commits mailing list