QScintilla/Terminal.py

changeset 335
5ad648828e2e
parent 128
13e96bd0f5a5
child 403
c5bd65142984
--- a/QScintilla/Terminal.py	Wed Jun 09 17:45:51 2010 +0200
+++ b/QScintilla/Terminal.py	Thu Jun 10 09:13:00 2010 +0200
@@ -381,7 +381,7 @@
         """
         Private slot to clear the current history.
         """
-        self.history.clear()
+        self.history = []
         
     def __selectHistory(self):
         """

eric ide

mercurial