https://bugs.kde.org/show_bug.cgi?id=337665

Daniel Vrátil <dvra...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |http://commits.kde.org/kdep
                   |                            |imlibs/8fb4b39d6cdebfea8032
                   |                            |6e931198126c0421fc3d
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Daniel Vrátil <dvra...@redhat.com> ---
Git commit 8fb4b39d6cdebfea80326e931198126c0421fc3d by Dan Vrátil.
Committed on 24/07/2014 at 09:30.
Pushed by dvratil into branch 'KDE/4.14'.

ETM: Don't ignore itemChanged of items in virtual collections

It can happen that storage collection of an item is not in the ETM, but
only virtual collections containing items from that collection (see Gmail
resource for example). In that case ETM will only receive itemChanged
notifications for the virtual collections, but not for the storage one,
so the item won't be updated, because ETM does not update the original
item when the notification is detined for a virtual collection.

This change makes ETM not to ignore itemChange notifications when the
collection is virtual, but perserves the orignal parent collection.
Approved-By: Christian Mollekopf

M  +9    -2    akonadi/entitytreemodel_p.cpp

http://commits.kde.org/kdepimlibs/8fb4b39d6cdebfea80326e931198126c0421fc3d

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to