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

little fix

parent 05d6e28f
No related branches found
No related tags found
No related merge requests found
......@@ -132,10 +132,10 @@ namespace Pamac {
current_action = action;
show_details (action);
progress_box.action_label.label = action;
if (pulse_timeout_id == 0) {
progress_box.progressbar.fraction = 0;
}
progress_box.progressbar.text = "";
//if (pulse_timeout_id == 0) {
//progress_box.progressbar.fraction = 0;
//}
//progress_box.progressbar.text = "";
}
}
......
......@@ -718,6 +718,8 @@ namespace Pamac {
emit_action (dgettext (null, "Transaction successfully finished") + ".");
}
} else {
snap_to_install.remove_all ();
snap_to_remove.remove_all ();
stop_preparing ();
emit_action (dgettext (null, "Transaction cancelled") + ".");
success = false;
......
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