fixed problem with clearing list of files
[findit] / 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)