missing showdesktop line in monitorLoadAction.
svn path=/trunk/KDE/kdebase/workspace/; revision=1101209
This commit is contained in:
parent
3de8c53f21
commit
1f405720ee
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ void KWinScreenEdgesConfig::monitorLoadAction( ElectricBorder edge, const QStrin
|
|||
KConfigGroup config( m_config, "ElectricBorders" );
|
||||
QString lowerName = config.readEntry( configName, "None" ).toLower();
|
||||
if( lowerName == "dashboard" ) monitorChangeEdge( edge, int( ElectricActionDashboard ));
|
||||
else if( lowerName == "showdesktop" ) monitorChangeEdge( edge, int( ElectricActionShowDesktop ));
|
||||
}
|
||||
|
||||
void KWinScreenEdgesConfig::monitorLoad()
|
||||
|
|
Loading…
Reference in a new issue