]> git.tdb.fi Git - ext/subsurface.git/commit
Fix some issues with star rating code
authorDirk Hohndel <dirk@hohndel.org>
Thu, 8 Dec 2011 04:49:22 +0000 (20:49 -0800)
committerDirk Hohndel <dirk@hohndel.org>
Thu, 8 Dec 2011 04:49:22 +0000 (20:49 -0800)
commit52748412fff0974fbc76b3f0a72cd0ba58b37771
tree045c33bb245cb6667c8a7c381eccb8864c03ac93
parentaf290d5eb281662d336b8186a9df1a489d78ec9d
Fix some issues with star rating code

To waste less space in the tree view heading we simply put a star in the
heading instead of "Rating".

We now treat "zero stars" to mean "not rated" and don't store that value
in the XML file.

Rating is no longer a top level tag in the dive entry but instead a
property of the dive tag.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
divelist.c
save-xml.c