GNOME Bugzilla – Bug 728135
gtk_widget_set_visible's nothing-changed-check
Last modified: 2014-05-11 15:57:05 UTC
gtk_widget_set_visible's nothing-changed-check is... 1. Duplicate. gtk_widget_show and gtk_widget_hide already do this. 2. Fooled by non-canonical booleans (like 32) that happen with flag checks. Suggestion: remove the check.