GNOME Bugzilla – Bug 615000
gtk_builder_value_from_string_type() returns FALSE without setting an error.
Last modified: 2010-04-06 20:31:06 UTC
Created attachment 158075 [details] [review] Fixes gtk_builder_value_from_string_type() to always set an error when returning false gtk_builder_value_from_string_type() can be called only for GObject's that can be built by type, i.e. the GdkPixbuf exception case. Currently the api returns false without setting an error. (builder test cases still pass with this applied...)
Applied patch, closing bug.