[Bug 841323] [muon] installer/ApplicationModel: Fix a bug where installing a package from within the "More Details" view would not do
Jonathan Thomas
echidnaman at kubuntu.org
Sun Sep 4 20:40:35 UTC 2011
Git commit cfb17955e44352b79be36294065a46d8ffeed227 by Jonathan Thomas.
Committed on 04/09/2011 at 22:38.
Pushed by jmthomas into branch 'master'.
Fix a bug where installing a package from within the "More Details" view would not do
anything. When I added the addons installation capabilities, I must have accidentally
replaced the connection for the install-application-only signal when I added the
install-application-and-addons signal.
CCMAIL:841323 at bugs.launchpad.net
M +2 -0 installer/ApplicationModel/ApplicationViewWidget.cpp
http://commits.kde.org/muon/cfb17955e44352b79be36294065a46d8ffeed227
diff --git a/installer/ApplicationModel/ApplicationViewWidget.cpp b/installer/ApplicationModel/ApplicationViewWidget.cpp
index 1986bb2..533f62e 100644
--- a/installer/ApplicationModel/ApplicationViewWidget.cpp
+++ b/installer/ApplicationModel/ApplicationViewWidget.cpp
@@ -153,6 +153,8 @@ void ApplicationViewWidget::infoButtonClicked(Application *app)
m_detailsView->setApplication(app);
m_currentPair.first = m_detailsView;
+ connect(m_detailsView, SIGNAL(installButtonClicked(Application*)),
+ this, SLOT(installButtonClicked(Application*)));
connect(m_detailsView, SIGNAL(installButtonClicked(Application *, const QHash<QApt::Package *, QApt::Package::State> &)),
this, SLOT(installButtonClicked(Application *, const QHash<QApt::Package *, QApt::Package::State> &)));
connect(m_detailsView, SIGNAL(removeButtonClicked(Application *)),
** Changed in: muon (Ubuntu)
Status: New => Fix Committed
** Changed in: muon (Ubuntu)
Importance: Undecided => Medium
--
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/841323
Title:
Applications are never installer from the "More info" widget
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/841323/+subscriptions
More information about the kubuntu-bugs
mailing list