Git commit a121214555ae5340282ea8a31683ee31bb2774da by Jonathan Thomas.
Committed on 30/08/2011 at 02:02.
Pushed by jmthomas into branch 'master'.

If a package is not installed, only enable the purge action when the 
uninstalled packages
also has residual configuration files.

CCMAIL:836...@bugs.launchpad.net

M  +1    -0    libmuon/PackageModel/PackageWidget.cpp

http://commits.kde.org/muon/a121214555ae5340282ea8a31683ee31bb2774da

diff --git a/libmuon/PackageModel/PackageWidget.cpp 
b/libmuon/PackageModel/PackageWidget.cpp
index c49783a..b97859f 100644
--- a/libmuon/PackageModel/PackageWidget.cpp
+++ b/libmuon/PackageModel/PackageWidget.cpp
@@ -316,6 +316,7 @@ void PackageWidget::contextMenuRequested(const QPoint &pos)
             m_reinstallAction->setEnabled(false);
             m_keepAction->setEnabled(false);
         } else {
+            m_purgeAction->setEnabled(false);
             m_installAction->setEnabled(true);
             m_removeAction->setEnabled(false);
             m_upgradeAction->setEnabled(false);


** Summary changed:

- Muon software center offers to purge not installed software
+ Muon Package Manager offers to purge not installed software

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to muon in Ubuntu.
https://bugs.launchpad.net/bugs/836967

Title:
  Muon Package Manager offers to purge not installed software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/836967/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to