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

Commit

Permalink
fix #372
Browse files Browse the repository at this point in the history
  • Loading branch information
guinux committed Feb 3, 2018
1 parent dde386c commit b9eeb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manager_window.vala
Expand Up @@ -1286,7 +1286,7 @@ namespace Pamac {
}

public void refresh_packages_list () {
button_back.visible = filters_stack.visible_child_name != "filters";
button_back.visible = (main_stack.visible_child_name != "browse" || filters_stack.visible_child_name != "filters");
if (filters_stack.visible_child_name != "pending") {
uint total_pending = transaction.to_install.length + transaction.to_remove.length + transaction.to_build.length;
if (total_pending == 0) {
Expand Down

0 comments on commit b9eeb4c

Please sign in to comment.