one less contains
svn path=/trunk/KDE/kdelibs/; revision=895571
This commit is contained in:
parent
f4486e8862
commit
c98d3aacf5
@ -223,7 +223,7 @@ void Service::setOperationEnabled(const QString &operation, bool enable)
|
||||
|
||||
if (enable) {
|
||||
d->disabledOperations.remove(operation);
|
||||
} else if (!d->disabledOperations.contains(operation)) {
|
||||
} else {
|
||||
d->disabledOperations.insert(operation);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user