forked from cromer/pamac-classic
correct bugs
This commit is contained in:
parent
be6686229c
commit
acf5f9f66c
@ -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":
|
||||||
|
Loading…
Reference in New Issue
Block a user