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 351971 - Call to non-existent GTK function in gtkhtml
Call to non-existent GTK function in gtkhtml
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Editing
3.11.x
Other Linux
: High critical
: 2.7
Assigned To: gtkhtml-maintainers
Evolution QA team
: 351928 352835 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-08-18 18:29 UTC by Matthew Barnes
Modified: 2006-08-26 15:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Proposed patch (563 bytes, patch)
2006-08-18 18:35 UTC, Matthew Barnes
committed Details | Review

Description Matthew Barnes 2006-08-18 18:29:51 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
Comment 1 Matthew Barnes 2006-08-18 18:35:24 UTC
Created attachment 71174 [details] [review]
Proposed patch
Comment 2 Matthew Barnes 2006-08-18 18:37:52 UTC
*** Bug 351928 has been marked as a duplicate of this bug. ***
Comment 3 André Klapper 2006-08-21 11:31:27 UTC
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.
Comment 4 Matthew Barnes 2006-08-21 11:56:49 UTC
I'm afraid I don't have CVS commit permissions on cvs.gnome.org.
Comment 5 Tor Lillqvist 2006-08-21 15:06:31 UTC
Patch applied, thanks.

2006-08-21  Tor Lillqvist  <tml@novell.com>

	* image.c (image_widget): Fix typo. (#351971, Matthew Barnes)
Comment 6 André Klapper 2006-08-26 15:18:37 UTC
*** Bug 352835 has been marked as a duplicate of this bug. ***