Made @names into clickable links that load the user tab

This commit is contained in:
Anna
2010-05-18 16:26:32 -04:00
parent dad6c68159
commit 8764cc77c3
3 changed files with 8 additions and 9 deletions

1
TODO
View File

@ -15,3 +15,4 @@ bugs:
* Direct Messages have no names, only screen names (may not be fixable without
considerable tweaks to python-twitter)
* "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