Helpviewer/Bookmarks/BookmarksMenu.py

changeset 3003
cb43c34239b1
parent 3002
6ffc581f00f1
child 3034
7ce719013078
child 3057
10516539f238
diff -r 6ffc581f00f1 -r cb43c34239b1 Helpviewer/Bookmarks/BookmarksMenu.py
--- a/Helpviewer/Bookmarks/BookmarksMenu.py	Thu Oct 10 18:35:45 2013 +0200
+++ b/Helpviewer/Bookmarks/BookmarksMenu.py	Thu Oct 10 18:40:16 2013 +0200
@@ -130,7 +130,9 @@
         """
         act = self.actionAt(pos)
         
-        if act is not None and act.menu() is None and self.index(act).isValid():
+        if act is not None and \
+                act.menu() is None and \
+                self.index(act).isValid():
             menu = QMenu()
             v = act.data()
             

eric ide

mercurial