Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=23b964d5fe9d57ae9f774a6afabe20f39a7741a6
commit 23b964d5fe9d57ae9f774a6afabe20f39a7741a6 Author: bouleetbil <[email protected]> Date: Tue Jan 10 21:15:02 2012 +0100 pyfpm *clean package informations after install/remove diff --git a/py-pacman/pyfpm/src/pyfpm.py b/py-pacman/pyfpm/src/pyfpm.py index c8d672e..a9c9127 100755 --- a/py-pacman/pyfpm/src/pyfpm.py +++ b/py-pacman/pyfpm/src/pyfpm.py @@ -314,6 +314,13 @@ class GUI: def cleanup_info_pkg(self): textbuffer = self.textdetails.get_buffer() textbuffer.set_text("") + textbuffer = self.textfiles.get_buffer() + textbuffer.set_text("") + textbuffer = self.textchangelog.get_buffer() + textbuffer.set_text("") + imgscreenshot=self.builder.get_object("imgscreenshot") + imgscreenshot.set_from_file(PICTURE_NOT_AVAILABLE) + self.liststorePkg.clear() def main(): _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
