[kcmkwin] Fix saving of TouchScreen actions
It stored to the wrong config group.
This commit is contained in:
parent
25e6f46153
commit
5ad6452ddd
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ void KWinScreenEdgesConfig::monitorLoad()
|
|||
|
||||
void KWinScreenEdgesConfig::monitorSaveAction(int edge, const QString& configName)
|
||||
{
|
||||
KConfigGroup config(m_config, "ElectricBorders");
|
||||
KConfigGroup config(m_config, "TouchEdges");
|
||||
int item = m_ui->monitor->selectedEdgeItem(edge);
|
||||
if (item == 1)
|
||||
config.writeEntry(configName, "ShowDesktop");
|
||||
|
|
Loading…
Reference in a new issue