After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 720554 - cell-renderer: Check for NULL return in vfunc start_editing()
cell-renderer: Check for NULL return in vfunc start_editing()
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2013-12-16 19:34 UTC by Jonh Wendell
Modified: 2013-12-19 13:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (987 bytes, patch)
2013-12-16 19:35 UTC, Jonh Wendell
committed Details | Review

Description Jonh Wendell 2013-12-16 19:34:40 UTC
This virtual function may return NULL, so, let's check if that's
the case and exit the function apropriately.
Comment 1 Jonh Wendell 2013-12-16 19:35:45 UTC
Created attachment 264324 [details] [review]
proposed patch
Comment 2 Matthias Clasen 2013-12-19 11:57:46 UTC
Review of attachment 264324 [details] [review]:

makes sense
Comment 3 Jonh Wendell 2013-12-19 13:11:57 UTC
thanks, pushed to master