Git commit 1a15d5e43fa8a512f970bfdf80d8b92823080343 by Jonathan Thomas.
Committed on 04/09/2011 at 22:38.
Pushed by jmthomas into branch '1.2'.
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:<email address hidden>
M +2 -0 installer/ApplicationModel/ApplicationViewWidget.cpp
Git commit 1a15d5e43fa8a51 2f970bfdf80d8b9 2823080343 by Jonathan Thomas.
Committed on 04/09/2011 at 22:38.
Pushed by jmthomas into branch '1.2'.
Fix a bug where installing a package from within the "More Details" view would not do application- only signal when I added the application- and-addons signal.
anything. When I added the addons installation capabilities, I must have accidentally
replaced the connection for the install-
install-
CCMAIL:<email address hidden>
M +2 -0 installer/ ApplicationMode l/ApplicationVi ewWidget. cpp
http:// commits. kde.org/ muon/1a15d5e43f a8a512f970bfdf8 0d8b92823080343
diff --git a/installer/ ApplicationMode l/ApplicationVi ewWidget. cpp b/installer/ ApplicationMode l/ApplicationVi ewWidget. cpp ApplicationMode l/ApplicationVi ewWidget. cpp ApplicationMode l/ApplicationVi ewWidget. cpp Widget: :infoButtonClic ked(Application *app) detailsView- >setApplication (app); currentPair. first = m_detailsView;
index 1986bb2..533f62e 100644
--- a/installer/
+++ b/installer/
@@ -153,6 +153,8 @@ void ApplicationView
m_
m_
+ connect( m_detailsView, SIGNAL( installButtonCl icked(Applicati on*)), tonClicked( Application* ))); m_detailsView, SIGNAL( installButtonCl icked(Applicati on *, const QHash<QApt::Package *, QApt::Package: :State> &)), tonClicked( Application *, const QHash<QApt::Package *, QApt::Package: :State> &))); m_detailsView, SIGNAL( removeButtonCli cked(Applicatio n *)),
+ this, SLOT(installBut
connect(
this, SLOT(installBut
connect(