Since activate-link breaks when a label contains an empty link, we crafted a workaround to avoid creating empty links.
This commit is contained in:
parent
9f239e8c37
commit
6fa0c8d7f7
2 changed files with 13 additions and 4 deletions
3
TODO
3
TODO
|
@ -10,11 +10,10 @@ features:
|
|||
* Support creating new lists and adding users to it (as well as removing users and deleting lists)
|
||||
|
||||
* Changing the active user needs to do more 'work'
|
||||
** Refresh relavant pages
|
||||
** Refresh relevant pages
|
||||
|
||||
|
||||
bugs:
|
||||
|
||||
* "ValueError: list.remove(x): x not in list" when trying to close a tab (error recurred after adding conversation support). Tabs can be reordered, then closed, as a workaround.
|
||||
* Links must be right-clicked on to activate - can't left-click on the link directly. This seems to be a pygtk issue
|
||||
* If an @ appears anywhere in a status update, links after it try to resolve to user: links... need to work on my regexes
|
||||
|
|
Reference in a new issue