3702 self.bookmarksInOutDlg.show() |
3702 self.bookmarksInOutDlg.show() |
3703 self.bookmarksInOutDlg.start(name) |
3703 self.bookmarksInOutDlg.start(name) |
3704 |
3704 |
3705 def __getInOutBookmarks(self, repodir, incoming): |
3705 def __getInOutBookmarks(self, repodir, incoming): |
3706 """ |
3706 """ |
3707 Public method to get the list of incoming or outgoing bookmarks. |
3707 Private method to get the list of incoming or outgoing bookmarks. |
3708 |
3708 |
3709 @param repodir directory name of the repository (string) |
3709 @param repodir directory name of the repository (string) |
3710 @param incoming flag indicating to get incoming bookmarks (boolean) |
3710 @param incoming flag indicating to get incoming bookmarks (boolean) |
3711 @return list of bookmarks (list of string) |
3711 @return list of bookmarks (list of string) |
3712 """ |
3712 """ |