GNOME Bugzilla – Bug 351971
Call to non-existent GTK function in gtkhtml
Last modified: 2006-08-26 15:18:37 UTC
In components/html-editor/image.c there is a call to gtk_file_chooser_set_preview_active() However, this function does not exist in GTK+. It should read: gtk_file_chooser_set_preview_widget_active() This bug is causing Evolution to crash in the use case described in [1]. [1] http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202409
Created attachment 71174 [details] [review] Proposed patch
*** Bug 351928 has been marked as a duplicate of this bug. ***
confirming the crash in redhat bugzilla. > One wonders how this slipped into a release. heh, this slipped in three weeks ago when the sun folks fixed bug 323853. fix sounds reasonable to me after reading the GTK API documentation - if you have cvs commit permissions, please commit with a changelog entry.
I'm afraid I don't have CVS commit permissions on cvs.gnome.org.
Patch applied, thanks. 2006-08-21 Tor Lillqvist <tml@novell.com> * image.c (image_widget): Fix typo. (#351971, Matthew Barnes)
*** Bug 352835 has been marked as a duplicate of this bug. ***