GNOME Bugzilla – Bug 536227
The applet shows the variation as a % but it variation is the price variation.
Last modified: 2008-09-09 01:13:34 UTC
The applet shows the variation as a % but it variation is the price variation, so it is not a percent. Other information: Becuase of this I changed the calculation of the variation and now it shows the real percent variation and not the price variation. This variation is calculated using the formula: percent_variation = [price_variation/(trade_value-price_variation)]*100
Created attachment 111952 [details] [review] I changed the calculation of the variation and now it shows the real percent variation and not the price variation.
This issue has already been fixed in svn trunk, see http://svn.gnome.org/viewvc/gnome-applets?view=revision&revision=10827. Take a look to the latest code, many changes has been made since 2.22 :)