# HG changeset patch # User Dirk Olmes # Date 1282488325 -7200 # Node ID bacf42da9e36bfc86e3d60bf2ded690b6c8b5917 # Parent 19394162a39d2b70b18a1637102e157672bded47 update the status bar when an article is opened diff -r 19394162a39d -r bacf42da9e36 MainWindow.py --- a/MainWindow.py Sun Aug 22 16:35:08 2010 +0200 +++ b/MainWindow.py Sun Aug 22 16:45:25 2010 +0200 @@ -85,7 +85,7 @@ self.ui.webView.show() def openSelectedEntryInBrowser(self): - message = "Open %s in external browser", (self.selectedEntry.title) + message = "Open %s in external browser" % (self.selectedEntry.title) self._updateStatusBar(message) # TODO make browser configurable browser = "/usr/local/bin/opera"