missing showdesktop line in monitorLoadAction.

svn path=/trunk/KDE/kdebase/workspace/; revision=1101209
This commit is contained in:
Davide Bettio 2010-03-09 16:19:34 +00:00
parent 3de8c53f21
commit 1f405720ee

View file

@ -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()