Sebastian Kügler
c76b5137e2
Fix empty group operations
There appears to be a subtle change in KConfig*, which means that if a config group is empty, it won't be listed in groupsMap. Since operations files can have empty groups, which are simply calls without arguments, these would not be listed, and thus not be callable at all. Fix: Add a dummy item per group, not beautiful, but effectively makes it work.
See also: http://community.kde.org/Plasma#Plasma_Workspaces_2
Description
Languages
C++
63.9%
QML
29.4%
CMake
3.3%
Shell
1.3%
Python
1%
Other
1%