Updated a stub function to be more stubby

This commit is contained in:
Anna 2010-04-12 17:13:13 -04:00
parent 847629f2b6
commit b06432a6d8

View File

@ -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