GNOME Bugzilla – Bug 132734
Setting message fuzzy does not increment fuzzy counter
Last modified: 2005-02-05 08:13:20 UTC
If you continually toggle the fuzzy status (Alt+2), the fuzzy message counter decrements, but never increments.
Created attachment 37006 [details] [review] Fix for the fuzzy count I think this is a bug similar to Debian bug <http://bugs.debian.org/257183> (where fuzzy translations are decremented twice and might get negative). I've looked at places where the number of fuzzy translations is updated (po->fuzzy++ or po->fuzzy--) and came to really two places being called in the case described in the Debian bug mentionned above. This patch proposes not to update the counter when the GtkCheckMenuItem is updated (and the update macro is called), but since I don't understand exactly how the preference to update the fuzzy status is supposed to work, I can't check whether it still works as expected. Could someone have a look at the patch and the behavior of gtranslator with this option without and with the patch?
Applied to CVS. Thanks.