From acf5f9f66cefb1e3435d7fd1ecb41a07d5fdb904 Mon Sep 17 00:00:00 2001 From: guinux Date: Wed, 23 Jan 2013 19:32:23 +0100 Subject: [PATCH] correct bugs --- pamac/manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pamac/manager.py b/pamac/manager.py index 02b5b93..f2fab2a 100755 --- a/pamac/manager.py +++ b/pamac/manager.py @@ -339,8 +339,8 @@ class Handler: def on_TransValidButton_clicked(self, *arg): ConfDialog.hide() - progress_label.set_text('Preparing...') - action_icon.set_from_file('/usr/share/pamac/icons/24x24/status/setup.png') + transaction.progress_label.set_text('Preparing...') + transaction.action_icon.set_from_file('/usr/share/pamac/icons/24x24/status/setup.png') while Gtk.events_pending(): Gtk.main_iteration() if transaction_type is "remove":