Revision 1200286

Go back to digest for 28th November 2010

Bug Fixes in KDE-PIM

Torgny Nyblom committed changes in /trunk/KDE/kdepim/kmail:

Patch from George Metaxas, Thanks!

This patch fixes bug 74938, which is related to the way in which the
systray icon of KMail behaves. Currently, clicking on the systray icon
has the effect of minimizing the KMail window, irrespective of its
position in the window stack, and maximizing it if it was previously
minimized. In the latter case, the current virtual desktop is changed to
the virtual desktop where the KMail window was minimized. As noted in
the corresponding bug entry, this behavior is different than the
corresponding behavior of other KDE applications (e.g. Akregator).

The patch modifies the behavior of the KMail systray clicking handling,
by making it identical to other applications (e.g. Akregator). When
the KMail window is the top level window in the virtual desktop, it
is minimized. If it is visible in the desktop, but not at the top,
it is brought to the top. If the window is minimized, then it is
maximized to the current virtual desktop.

File Changes

Modified 2 files
  • /trunk/KDE/kdepim/kmail
  •   /kmsystemtray.cpp
  •   /kmsystemtray.h
2 files changed in total