QScintilla/Terminal.py

branch
5_0_x
changeset 336
e48be003c73b
parent 128
13e96bd0f5a5
child 403
c5bd65142984
diff -r dc0fc1180a1e -r e48be003c73b QScintilla/Terminal.py
--- a/QScintilla/Terminal.py	Wed Jun 09 17:47:05 2010 +0200
+++ b/QScintilla/Terminal.py	Thu Jun 10 09:14:43 2010 +0200
@@ -381,7 +381,7 @@
         """
         Private slot to clear the current history.
         """
-        self.history.clear()
+        self.history = []
         
     def __selectHistory(self):
         """

eric ide

mercurial