Comment 1 for bug 902840

Revision history for this message
Andrea Basso (voluntatefaber) wrote :

121,122c121,122
< app.categories.get (app.current_category).set_count_field (app, app.categories.get (app.current_category).count+1);
< this.category.set_count_field (app, this.category.count-1);
---
> app.categories.get (app.current_category).set_count_field (app, app.categories.get (app.current_category).count-1);
> this.category.set_count_field (app, this.category.count+1);