Bug 2564 - Replacement of the deprecated function webkit_web_view_open() in Fancy plugin.
Summary: Replacement of the deprecated function webkit_web_view_open() in Fancy plugin.
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Plugins/Fancy (show other bugs)
Version: 3.8.0
Hardware: PC Linux
: P3 minor
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2011-12-14 11:10 UTC by St
Modified: 2011-12-14 12:19 UTC (History)
0 users

See Also:


Attachments
Replaces webkit_web_view_open() with webkit_web_view_load_uri(). (1.35 KB, patch)
2011-12-14 11:10 UTC, St
no flags Details | Diff

Description St 2011-12-14 11:10:50 UTC
Created attachment 1053 [details]
Replaces webkit_web_view_open() with webkit_web_view_load_uri().

The function webkit_web_view_open() has been deprecated (cf <http://webkitgtk.org/reference/webkitgtk-webkitwebview.html#webkit-web-view-open>). It should just be replaced with webkit_web_view_load_uri().
This patches fixes the 3 instances of webkit_web_view_open().
Comment 1 Salvatore De Paolis 2011-12-14 12:19:55 UTC
Hi, thanks for reporting and the patch! It has been fixed in 0.9.14cvs3

Note You need to log in before you can comment on or make changes to this bug.