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:<email address hidden>
M +2 -0 installer/ApplicationModel/ApplicationViewWidget.cpp
Git commit cfb17955e44352b 79be36294065a46 d8ffeed227 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 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/cfb17955e4 4352b79be362940 65a46d8ffeed227
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(