def __showContextMenuBack(self):
     """
     Private slot called by the backMenu aboutToShow signal.
     """
     ProjectBaseBrowser._showContextMenuBack(self, self.backMenu)
     
     self.emit(SIGNAL("showMenu"), "MainBack", self.backMenu)