GNOME Bugzilla – Bug 720554
cell-renderer: Check for NULL return in vfunc start_editing()
Last modified: 2013-12-19 13:12:39 UTC
This virtual function may return NULL, so, let's check if that's the case and exit the function apropriately.
Created attachment 264324 [details] [review] proposed patch
Review of attachment 264324 [details] [review]: makes sense
thanks, pushed to master