KDE/kdeplasma-addons/applets/showdashboard
Loic Marteau
loic.marteau at gmail.com
Thu Feb 5 20:35:02 CET 2009
SVN commit 921844 by lmarteau:
plasma -> plasma-desktop
CCMAIL:plasma-devel at kde.org
M +1 -1 showdashboard.cpp
--- trunk/KDE/kdeplasma-addons/applets/showdashboard/showdashboard.cpp #921843:921844
@@ -71,7 +71,7 @@
void ShowDashboard::toggleShowDashboard()
{
- QDBusInterface plasmaApp( "org.kde.plasma", "/App" );
+ QDBusInterface plasmaApp( "org.kde.plasma-desktop", "/App" );
plasmaApp.call( "toggleDashboard" );
}
More information about the Plasma-devel
mailing list