Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Update
antimicro
rpmlint.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rpmlint.patch of Package antimicro
Index: antimicro-2.23/src/mainwindow.cpp =================================================================== --- antimicro-2.23.orig/src/mainwindow.cpp +++ antimicro-2.23/src/mainwindow.cpp @@ -213,7 +213,8 @@ void MainWindow::alterConfigFromSettings { if (cmdutility->shouldListControllers()) { - this->graphical = graphical = false; + graphical = false; + this->graphical = graphical; } else if (cmdutility->hasProfile()) { @@ -298,7 +299,8 @@ void MainWindow::controllerMapOpening() { if (cmdutility->shouldMapController()) { - this->graphical = graphical = false; + graphical = false; + this->graphical = graphical; QList<ControllerOptionsInfo> *tempList = cmdutility->getControllerOptionsList(); ControllerOptionsInfo temp = tempList->at(0);
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