diff MainWindow.py @ 115:e9145e8dd698

add a toolbar with actions
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 26 Jun 2011 11:29:00 +0200
parents 04f8cf1558c1
children 04a730f9d07d
line wrap: on
line diff
--- a/MainWindow.py	Sat May 28 07:43:56 2011 +0200
+++ b/MainWindow.py	Sun Jun 26 11:29:00 2011 +0200
@@ -79,6 +79,7 @@
 
     def feedEntrySelected(self, index):
         self.ui.menuArticle.setEnabled(True)
+        self.ui.actionOpenLink.setEnabled(True)
 
         row = index.row()
         self.selectedEntry = self.feedEntries[row]