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 765024 - Empathy uses deprecated webkit functions
Empathy uses deprecated webkit functions
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Chat themes
3.12.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2016-04-14 00:05 UTC by Diane Trout
Modified: 2016-04-14 11:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
renmae webkit_dom_html_element_get_class_name (1.69 KB, patch)
2016-04-14 00:05 UTC, Diane Trout
committed Details | Review

Description Diane Trout 2016-04-14 00:05:18 UTC
Created attachment 325892 [details] [review]
renmae webkit_dom_html_element_get_class_name

webkit_dom_html_element_get_class_name (and set_class_name) are deprecated and have been replaced by webkit_dom_element_get_classname ().

This updates the two function names and the node to element pointer cast.

My testing was:

1) run make check
2) run ./src/empathy-chat and see that it rendered with the default theme.
Comment 1 Michael Catanzaro 2016-04-14 11:54:44 UTC
Looks good, thanks!