GNOME Bugzilla – Bug 728826
Warnings when switching to Financial mode
Last modified: 2014-06-08 20:36:52 UTC
Right after switching to Financial mode warnings are printed: ** (gnome-calculator:15595): CRITICAL **: number_reciprocal: assertion 'self != NULL' failed ** (gnome-calculator:15595): CRITICAL **: currency_set_value: assertion 'value != NULL' failed ** (gnome-calculator:15595): CRITICAL **: number_is_zero: assertion 'self != NULL' failed ** (gnome-calculator:15595): CRITICAL **: number_is_zero: assertion 'self != NULL' failed It doesn't seem to affect any functionality Reproduced on latest master and gnome-calculator-3.12.1-1.fc20.x86_64
Created attachment 277464 [details] [review] Fix critical warnings when entering Financial Mode Currency.number needs to be nullable.
Review of attachment 277464 [details] [review]: Works well. Committed.. :) Thenk you for the patch.
Vadim Rutkovsky, Thank you for the bug report. :) The issue has been fixed, and will be available with next release.