From: Alexandr Popov Date: Sun, 29 Mar 2009 17:10:14 +0000 (+0400) Subject: fixed problem with clearing list of files X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=b6ef91122d6de24f96c68a35287ff1db17da419f;hp=e12eca0168e0b93a6fbedf2743a4101a70811549;p=findit fixed problem with clearing list of files --- diff --git a/src/output.py b/src/output.py index c8aec99..0d1ab39 100644 --- a/src/output.py +++ b/src/output.py @@ -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)