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

fix details for aur updates

parent 1094cc01
No related branches found
No related tags found
No related merge requests found
......@@ -1136,7 +1136,9 @@ namespace Pamac {
uint origin;
string pkgname;
aur_list.get (iter, 0, out origin, 1, out pkgname);
if (origin == 2) { //Alpm.Package.From.LOCALDB
if (filters_stack.visible_child_name == "updates") {
display_aur_properties (pkgname);
} else if (origin == 2) { //Alpm.Package.From.LOCALDB
display_package_properties (pkgname);
} else {
display_aur_properties (pkgname);
......
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