GNOME Bugzilla – Bug 599213
Use GtkCellEditable:editing_canceled property instead GTK_ENTRY ()->editing_canceled
Last modified: 2009-12-04 01:55:24 UTC
GtkCellEditable::editing-done property will be added in 2.19 cycle, when this lands, we should also make the code that currently uses entry->editing_canceled directly go through the property
Javier, do you want to work on a patch for this ?
Created attachment 149062 [details] [review] Use GtkCellEditable:editing_canceled property
Review of attachment 149062 [details] [review]: If you fix the duplication, it looks good to commit. ::: gtk/gtkcellrenderertext.c @@ +1735,3 @@ + "editing-canceled", &canceled, + NULL); + if (canceled) No point in getting the same property twice in a row here, or ?
Comment on attachment 149062 [details] [review] Use GtkCellEditable:editing_canceled property commit 325bd9299aaf05f18138c7e5f490a9bf9e1ce00a