Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guinux committed May 26, 2018
1 parent e470449 commit 1635d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/installer.vala
Expand Up @@ -117,9 +117,9 @@ namespace Pamac {
this.release ();
}

void on_transaction_finished () {
void on_transaction_finished (bool success) {
transaction.stop_daemon ();
if (important_details) {
if (!success || important_details) {
progress_dialog.close_button.visible = true;
} else {
this.release ();
Expand Down

0 comments on commit 1635d1a

Please sign in to comment.