Revision 6a21e0a...

Go back to digest for 14th October 2012

Features in KDE Base

Vishesh Handa committed changes in [nepomuk-core/KDE/4.9] libnepomukcore/resource/resourcedata.cpp:

ResourceData: Remember to identify the object when calling setProperty

This fixes the bug in the case when something like this is done -

res.setProperty( NAO::hasTag(), Tag("tag-name-that-exists") );

In this case the tag would not be identified to its existing resource
uri, and that would result in the creation of another tag with the label
"tag-name-that-exists".

File Changes

Modified 1 files
  • libnepomukcore/resource/resourcedata.cpp
1 files changed in total