593 """ |
593 """ |
594 Private slot to show the context menu of the status list. |
594 Private slot to show the context menu of the status list. |
595 |
595 |
596 @param coord the position of the mouse pointer (QPoint) |
596 @param coord the position of the mouse pointer (QPoint) |
597 """ |
597 """ |
598 self.menu.popup(self.mapToGlobal(coord)) |
598 self.menu.popup(self.statusList.mapToGlobal(coord)) |
599 |
599 |
600 def __commit(self): |
600 def __commit(self): |
601 """ |
601 """ |
602 Private slot to handle the Commit context menu entry. |
602 Private slot to handle the Commit context menu entry. |
603 """ |
603 """ |