Revision c8fcee8...

Go back to digest for 31st July 2011

Bug Fixes in KDE Base

Vishesh Handa committed changes in [kdelibs/KDE/4.7] nepomuk/ui/kedittagsdialog.cpp:

Allow deletion of multiple tags without moving the mouse

The dialog used the mouse move event to sent the m_deleteCandidate,
and then set m_deleteCandidate = 0. On trying to delete the next
tag, the deleteTag() function would assert as m_deleteCandidate was 0

m_deleteCandidate is now set to next tag after deletion of a tag.

REVIEW: 102111

File Changes

Modified 1 files
  • nepomuk/ui/kedittagsdialog.cpp
1 files changed in total