tag cache loading sequence was documented wrongly.

2008-08-14  Aurimas Juška  <auris@auris-laptop>

	* tagging.txt: tag cache loading sequence was documented wrongly.


svn path=/branches/soc-2008-tagging/; revision=26541
This commit is contained in:
Aurimas Juška 2008-08-13 21:15:37 +00:00 committed by Aurimas Juška
parent 523acb35f1
commit cb308d14a5
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2008-08-14 Aurimas Juška <auris@auris-laptop>
* tagging.txt: tag cache loading sequence was documented wrongly.
2008-08-12 Aurimas Juška <aurisj@svn.gnome.org>
* app/app-docs.sgml

View File

@ -65,10 +65,10 @@ to a tag cache file in user home directory.
When session starts, previously saved resource and tag
mapping has to be loaded and assigned to GimpTagged objects.
Before actually loading tag cache file, GimpTagCache object
is given all list of loaded resources (GimpContainer
containing GimpTagged objects).
After that, loaded resources are assigned tags:
First tag cache is loaded from file, and then containers are
added (GimpContainer objects where contained items implement
GimpTagged interface). After that, loaded resources are
assigned tags:
If resource identifier matches identifier in cache,
corresponding tags are assigned to GimpTagged object.
Else, if the identifier is not found in tag cache,