Muon has a feature to choose multiple packages and apply the same action to all, but when I do the followings, it does not apply to all only the last selected item. Reproducible: Always Steps to Reproduce: 1. Open Muon 2. Select multiple packages using Ctrl or shift+click 3. Click on Apply action to selected packages: "Remove" Actual Results: It applies to only the last selected item in the list. Expected Results: It should apply this to all selected items.
Git commit 16bab0472cbfc346814835ffb0a640eea8bbd88b by Volkan Gezer. Committed on 23/12/2013 at 14:50. Pushed by vgezer into branch 'master'. Fix two bugs regarding to multiple selection This patch should solve issues related to multiple selection: Solves right click issue when only one item status has changed and disables install/remove button on DetailsWidget when multiple selection is made since this button only installs one of the selections and causes confusions. Related: bug 328737, bug 328737 CCMAIL: volkangezer@gmail.com REVIEW: 114630 M +1 -1 CMakeLists.txt M +15 -3 muon/DetailsTabs/MainTab.cpp M +2 -0 muon/DetailsTabs/MainTab.h M +7 -0 muon/DetailsWidget.cpp M +2 -0 muon/DetailsWidget.h M +5 -0 muon/PackageModel/PackageView.cpp M +1 -0 muon/PackageModel/PackageView.h M +26 -5 muon/PackageModel/PackageWidget.cpp http://commits.kde.org/muon/16bab0472cbfc346814835ffb0a640eea8bbd88b