fixed problem with clearing list of files
authorAlexandr Popov <popov2al@gmail.com>
Sun, 29 Mar 2009 17:10:14 +0000 (21:10 +0400)
committerAlexandr Popov <popov2al@gmail.com>
Sun, 29 Mar 2009 17:10:14 +0000 (21:10 +0400)
src/output.py

index c8aec99..0d1ab39 100644 (file)
@@ -59,5 +59,6 @@ class Output_Presentation(object):
         return self.scrollwind
 
     def show_result(self, filelist):
+        self.liststore.clear()
         for stroka in filelist:
             self.liststore.append(stroka)