After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 643506 - Converting function for tonnes is wrong
Converting function for tonnes is wrong
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-28 16:32 UTC by Gabor Kelemen
Modified: 2011-03-01 20:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use the correct conversion functions (2.05 KB, patch)
2011-02-28 16:34 UTC, Gabor Kelemen
accepted-commit_now Details | Review

Description Gabor Kelemen 2011-02-28 16:32:50 UTC
Current gcalctool master thinks that 1000 T = 1 kg. Turns out that the functions used for to/from conversion are in the wrong order.
Comment 1 Gabor Kelemen 2011-02-28 16:34:52 UTC
Created attachment 182103 [details] [review]
Use the correct conversion functions
Comment 2 Robin Sonefors (ozamosi) 2011-03-01 19:52:25 UTC
Review of attachment 182103 [details] [review]:

Looks good
Comment 3 Gabor Kelemen 2011-03-01 20:17:14 UTC
Pushed, thanks.