RESOLVED WORKSFORME 120636
[WK2] [GTK] TestContextMenu using GtkAction which is deprecated in gtk+ 3.10
https://bugs.webkit.org/show_bug.cgi?id=120636
Summary [WK2] [GTK] TestContextMenu using GtkAction which is deprecated in gtk+ 3.10
Sergio Villar Senin
Reported 2013-09-03 08:52:33 PDT
It does not build correctly when trying to build it against gtk+ 3.10 because it's deprecated.
Attachments
Sergio Villar Senin
Comment 1 2013-09-03 09:19:52 PDT
Obviously this only affect debug builds which disable deprecated symbols...
Anton Obzhirov
Comment 2 2013-09-05 09:20:42 PDT
If Sergio doesn't mind I'll fix this one.
Michael Catanzaro
Comment 3 2016-09-30 07:49:24 PDT
This definitely isn't a problem anymore, we either have GTK_MIN_VERSION set properly or something else to avoid the deprecation warnings. And we aren't going to get rid of GtkAction use in the test, because we plan to support the API indefinitely.
Note You need to log in before you can comment on or make changes to this bug.