fixed documentation, full hyperlink support will wait for pygtk 2.18
This commit is contained in:
parent
483758a968
commit
dd10342781
|
@ -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):
|
||||
|
|
Reference in New Issue
Block a user