--Boundary-00=_QJETCHkarn++DN6 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 30 March 2005 22:25, Ingo Kl=F6cker wrote: > Please commit only the second hunk. done. Maybe someone can check this in branch and backport, no? I am attaching the patch without the whitespace change to help. bye, =2D-=20 luispedro http://blog.luispedro.org/ http://luispedro.org/ --Boundary-00=_QJETCHkarn++DN6 Content-Type: text/x-diff; charset="iso-8859-1"; name="kmsystemtray.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kmsystemtray.patch" Index: kmsystemtray.cpp =================================================================== RCS file: /home/kde/kdepim/kmail/kmsystemtray.cpp,v retrieving revision 1.61 retrieving revision 1.62 diff -u -3 -p -b -r1.61 -r1.62 --- kmsystemtray.cpp 29 Mar 2005 19:46:50 -0000 1.61 +++ kmsystemtray.cpp 31 Mar 2005 18:26:06 -0000 1.62 @@ -394,6 +394,8 @@ void KMSystemTray::showKMail() assert(mainWin); if(mainWin) { + KWin::WindowInfo cur = KWin::windowInfo( mainWin->winId(), NET::WMDesktop ); + if ( cur.valid() ) mDesktopOfMainWin = cur.desktop(); // switch to appropriate desktop if ( mDesktopOfMainWin != NET::OnAllDesktops ) KWin::setCurrentDesktop( mDesktopOfMainWin ); --Boundary-00=_QJETCHkarn++DN6 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ KMail developers mailing list KMail-devel@kde.org https://mail.kde.org/mailman/listinfo/kmail-devel --Boundary-00=_QJETCHkarn++DN6--