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

little fix

parent e4704499
No related branches found
No related tags found
No related merge requests found
...@@ -117,9 +117,9 @@ namespace Pamac { ...@@ -117,9 +117,9 @@ namespace Pamac {
this.release (); this.release ();
} }
void on_transaction_finished () { void on_transaction_finished (bool success) {
transaction.stop_daemon (); transaction.stop_daemon ();
if (important_details) { if (!success || important_details) {
progress_dialog.close_button.visible = true; progress_dialog.close_button.visible = true;
} else { } else {
this.release (); this.release ();
......
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