GNOME Bugzilla – Bug 783006
Show values that have a logical False representation.
Last modified: 2017-08-14 11:07:11 UTC
If e.g. the result is a 0 integer then the value is not shown. This is confusing and the fix is rather simple.
Created attachment 352437 [details] [review] Show values that have a logical False representation. Correctly test whether a value has been retrieved (not None) instead of testing whether the value is logically True to decide on showing it.
Review of attachment 352437 [details] [review]: For what it's worth, the one-liner looks good to me and fixes a quite annoying bug.
Looks good to me. feel free to merge.
Thanks for the review. Pushed to master.