[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.6/kdebase/workspace/plasma/netbook/shell
From:       Marco Martin <notmart () gmail ! com>
Date:       2011-01-05 16:24:33
Message-ID: 20110105162433.98D55AC8B0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1212063 by mart:

backport setOnAllDesktops fix


 M  +1 -1      plasmaapp.cpp  


--- branches/KDE/4.6/kdebase/workspace/plasma/netbook/shell/plasmaapp.cpp #1212062:1212063
@@ -1165,7 +1165,7 @@
         m_controlBar->setWindowFlags(m_mainView->windowFlags() | Qt::FramelessWindowHint);
         m_controlBar->setFrameShape(QFrame::NoFrame);
         m_controlBar->show();
-        KWindowSystem::setOnAllDesktops(m_controlBar->effectiveWinId(), m_isDesktop);
+        KWindowSystem::setOnAllDesktops(m_controlBar->winId(), m_isDesktop);
         unsigned long state = NET::Sticky | NET::StaysOnTop | NET::KeepAbove;
         KWindowSystem::setState(m_controlBar->effectiveWinId(), state);
         KWindowSystem::setType(m_controlBar->effectiveWinId(), NET::Dock);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic