fixed documentation, full hyperlink support will wait for pygtk 2.18

This commit is contained in:
Anna 2010-04-13 16:43:00 -04:00
parent 483758a968
commit dd10342781

View File

@ -462,12 +462,10 @@ class TweetBox(gtk.VBox):
def on_mouse_clicked(self, widget, event):
self.set_read(True)
# fixme: only call on_url_clicked if there is an active uri
# does pygtk even support this?
if event.button == 1:
self.on_url_clicked(widget)
self.set_read(True)
# fixme: call on_url_clicked if there is an active uri
# Apparently, this must wait until pygtk 2.18
def on_url_clicked(self, widget):