Updated a stub function to be more stubby
This commit is contained in:
parent
847629f2b6
commit
b06432a6d8
|
@ -395,8 +395,9 @@ class TweetBox(gtk.VBox):
|
|||
def on_url_clicked(self, widget):
|
||||
# fixme: for now, hard code firefox, since that's what I use
|
||||
# Eventually make this configgable
|
||||
# fixme: this doesn't work at all right now... figure out how to make this signal happen
|
||||
print 'debug: on_url_clicked()'
|
||||
subprocess.Popen('/usr/bin/firefox ' + self.text.get_current_uri(), shell=False).pid
|
||||
# subprocess.Popen('/usr/bin/firefox ' + self.text.get_current_uri(), shell=False).pid
|
||||
|
||||
# end class TweetBox
|
||||
|
||||
|
|
Reference in New Issue
Block a user