UI/LogView.py

changeset 4095
c78cdc1a3c14
parent 4083
4418377391bc
child 4631
5c1a96925da4
--- a/UI/LogView.py	Fri Feb 06 19:07:00 2015 +0100
+++ b/UI/LogView.py	Fri Feb 06 20:01:41 2015 +0100
@@ -94,9 +94,6 @@
     @signal searchStringFound(found) emitted to indicate the search result
         (boolean)
     """
-    # TODO: implement a filter for messages (separate for stdout and stderr,
-    #       maybe a combined one as well
-    # TODO: add an entry to the config dialog for the filters
     searchStringFound = pyqtSignal(bool)
     
     def __init__(self, parent=None):
@@ -225,7 +222,7 @@
         """
         Private method to open the configuration dialog.
         """
-        e5App().getObject("UserInterface").showPreferences("interfacePage")
+        e5App().getObject("UserInterface").showPreferences("logViewerPage")
         
     def __find(self):
         """

eric ide

mercurial