Mercurial > hg > Feedworm
changeset 216:9bc4b2465435
change the hardcoded browser
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 27 Apr 2014 05:19:45 +0200 |
parents | b7caf487bc54 |
children | bb3c851b18b1 |
files | MainWindow.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MainWindow.py Mon May 13 17:35:11 2013 +0200 +++ b/MainWindow.py Sun Apr 27 05:19:45 2014 +0200 @@ -112,7 +112,7 @@ message = "Open %s in external browser" % (feedEntry.title) self._updateStatusBar(message) # TODO: make browser configurable - browser = "/usr/local/bin/opera" + browser = "/usr/bin/chromium" subprocess.Popen([browser, feedEntry.link]) def toggleReadOnSelectedEntry(self):