diff --git a/workspace.cpp b/workspace.cpp index d52b07506a..f760afd075 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -18,6 +18,7 @@ Copyright (C) 1999, 2000 Matthias Ettrich #include #include #include +#include #include #include #include @@ -2357,6 +2358,7 @@ void Workspace::setCurrentDesktop( int new_desktop ){ } } current_desktop = new_desktop; + KIPC::sendMessageAll(KIPC::BackgroundChanged, current_desktop); rootInfo->setCurrentDesktop( current_desktop );