GNOME Bugzilla – Bug 639287
GnmExprEntry doesn't implement property 'editing-canceled'
Last modified: 2011-01-12 20:43:44 UTC
Starting Gnumeric with glib from current git yields: GLib-GObject-CRITICAL **: Object class GnmExprEntry doesn't implement property 'editing-canceled' from interface 'GtkCellEditable'
This property exists only since gtk+-2.20. I ignore what happens if we override this propoerty with older gtk+.
Tested that, and got: GLib-GObject-WARNING **: IA__g_object_class_override_property: Can't find property to override for 'GnmExprEntry::editing-canceled'
Created attachment 178131 [details] [review] Proposed patch
Review of attachment 178131 [details] [review]: looks good to me and tested with gtk+ from current git.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.
That'll need to be a run-time check.
You are right. The easiest way would be to do no test at all. A warning is annyoing but not harmful.
Can we test using g_object_class_find_property?
We need g_object_interface_find_property. This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.