Skip to content
Snippets Groups Projects
Commit acf5f9f6 authored by guinux's avatar guinux
Browse files

correct bugs

parent be668622
No related branches found
No related tags found
No related merge requests found
...@@ -339,8 +339,8 @@ class Handler: ...@@ -339,8 +339,8 @@ class Handler:
def on_TransValidButton_clicked(self, *arg): def on_TransValidButton_clicked(self, *arg):
ConfDialog.hide() ConfDialog.hide()
progress_label.set_text('Preparing...') transaction.progress_label.set_text('Preparing...')
action_icon.set_from_file('/usr/share/pamac/icons/24x24/status/setup.png') transaction.action_icon.set_from_file('/usr/share/pamac/icons/24x24/status/setup.png')
while Gtk.events_pending(): while Gtk.events_pending():
Gtk.main_iteration() Gtk.main_iteration()
if transaction_type is "remove": if transaction_type is "remove":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment