Skip to content
Snippets Groups Projects
Commit 1bacbf34 authored by guinux's avatar guinux
Browse files

fix #133

parent 8c3b7652
No related branches found
No related tags found
No related merge requests found
......@@ -1123,6 +1123,7 @@ namespace Pamac {
}
GLib.List<Gtk.TreePath> selected_paths = selection.get_selected_rows (null);
selected_pkgs = new GLib.List<string> ();
selected_aur = new GLib.List<string> ();
deselect_item.sensitive = false;
install_item.sensitive = false;
remove_item.sensitive = 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