https://bugs.kde.org/show_bug.cgi?id=272417
Andre Heinecke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #2 from Andre Heinecke <aheinecke intevation de> 2011-05-20 21:22:50 --- Git commit bbe8d3602c27acdfcdbba8c95156b4bdb7a19fb4 by Andre Heinecke. Committed on 19/05/2011 at 15:27. Pushed by aheinecke into branch 'master'. Fix LastMessage Selection. The id of the storagmodel is not constant over the lifecycle of a storagemodel. Immediatly after something new is selected in the selectionmodel the id's change to the new selection. This caused the messagelist manager to save the last selected message not for the colletions that were selected but for the collections about to be selected. Since the messageId then did not exist in the newly selected collection the messageId of the lastselected message was discarded. BUG: 272417 M +3 -3 messagelist/core/manager.cpp M +1 -1 messagelist/core/manager.h M +4 -2 messagelist/core/widgetbase.cpp http://commits.kde.org/kdepim/bbe8d3602c27acdfcdbba8c95156b4bdb7a19fb4 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
