10474:c18ca679259d | 10475:ee41fab001f2 |
---|---|
17 """ | 17 """ |
18 Class implementing a dialog to show a list of incoming or outgoing | 18 Class implementing a dialog to show a list of incoming or outgoing |
19 bookmarks. | 19 bookmarks. |
20 """ | 20 """ |
21 | 21 |
22 # TODO: change this to an enum | |
22 INCOMING = 0 | 23 INCOMING = 0 |
23 OUTGOING = 1 | 24 OUTGOING = 1 |
24 | 25 |
25 def __init__(self, vcs, mode, parent=None): | 26 def __init__(self, vcs, mode, parent=None): |
26 """ | 27 """ |