Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py

branch
5_5_x
changeset 3896
5915df11b95e
parent 3621
15f23ed3f216
equal deleted inserted replaced
3894:5cbd92ad2dc0 3896:5915df11b95e
702 """ 702 """
703 Private slot to show the context menu of the status list. 703 Private slot to show the context menu of the status list.
704 704
705 @param coord the position of the mouse pointer (QPoint) 705 @param coord the position of the mouse pointer (QPoint)
706 """ 706 """
707 self.menu.popup(self.mapToGlobal(coord)) 707 self.menu.popup(self.statusList.mapToGlobal(coord))
708 708
709 def __commit(self): 709 def __commit(self):
710 """ 710 """
711 Private slot to handle the Commit context menu entry. 711 Private slot to handle the Commit context menu entry.
712 """ 712 """

eric ide

mercurial