Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:michalsrb:apper
apper
apper-accept-eula.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File apper-accept-eula.diff of Package apper
Index: apper-0.7.0/libapper/PkTransaction.cpp =================================================================== --- apper-0.7.0.orig/libapper/PkTransaction.cpp +++ apper-0.7.0/libapper/PkTransaction.cpp @@ -546,7 +546,7 @@ void PkTransaction::eulaRequired(Package } LicenseAgreement *eula = new LicenseAgreement(info, this); - connect(eula, SIGNAL(accepted()), this, SLOT(installSignature())); + connect(eula, SIGNAL(yesClicked()), this, SLOT(acceptEula())); connect(eula, SIGNAL(rejected()), this, SLOT(reject())); showDialog(eula); } @@ -560,11 +560,11 @@ void PkTransaction::acceptEula() setTransaction(trans, Transaction::RoleAcceptEula); trans->acceptEula(eula->id()); if (trans->error()) { - showSorry(i18n("Failed to install signature"), + showSorry(i18n("Failed to accept EULA"), PkStrings::daemonError(trans->error())); } } else { - kWarning() << "something is broken"; + kWarning() << "something is broken, slot is bound to LicenseAgreement but signalled from elsewhere."; } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor