diff MainWindow.py @ 84:bacf42da9e36

update the status bar when an article is opened
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 22 Aug 2010 16:45:25 +0200
parents 2dd6e6894772
children 2eddb44920d1
line wrap: on
line diff
--- 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"