GNOME Bugzilla – Bug 635519
Evolution crashes at cell_renderer_color_render
Last modified: 2013-09-13 01:10:57 UTC
+ Trace 224788
Thread 1 (Thread 0xb63a0810 (LWP 17031))
Created attachment 175027 [details] [review] Patch for Adapting cell_renderer_color_render call with gtk3 There is a change gtk3 api calls. Hence gtk_cell_renderer_render is passing cairo_t variable instead of GtkWindow from gtk-3 onwards. Thus Adapting Evolution code accordingly.
Review of attachment 175027 [details] [review]: Please ensure that cairo context is destroyed. As this patch depends on http://bugzilla-attachments.gnome.org/attachment.cgi?id=175026 , this can be pushed after the earlier one is committed.
Sorry the comment was for bug 635151 .
The patch looks good to commit. Is it also dependent on http://bugzilla-attachments.gnome.org/attachment.cgi?id=175026 ?
Comment on attachment 175027 [details] [review] Patch for Adapting cell_renderer_color_render call with gtk3 No its not dependent on any other patch.
Committed patch to gtk3 branch.