! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Replace deprecated gtk_dialog_get_action_area function with Gtk3
Status:
RESOLVED: DUPLICATE
Product:
Libxfce4ui
Component:
General

Comments

Description Olivier Duchateau 2017-12-16 19:01:03 CET
Created attachment 7497 
Replace deprecated gtk_dialog_get_action_area function

When gladeui2 option is set (with Gtk3 support) we get warning message about gtk_dialog_get_action_area () function is missing in gtk/gtkdialog.h. Possible solution is to cast object (GtkDialog) with the GTK_WIDGET macro.
Comment 1 Skunnyk editbugs 2018-01-03 13:13:38 CET
Thank you Olivier for the patch.
I'm not sure we can fix it as simply after reading https://mail.gnome.org/archives/commits-list/2014-January/msg04637.html and https://mail.gnome.org/archives/commits-list/2016-November/msg05726.html . Maybe hiding the deprecation is enough for now (that's what exo did by introducing exo_gtk_dialog_get_action_area(), but we can't use it in libxfce4ui because it does not depend on exo).

However I'm not a gtk guru so I let Eric or another dev to decide.
Comment 2 Skunnyk editbugs 2020-04-29 00:22:30 CEST
Well, "fixed" in #15781

*** This bug has been marked as a duplicate of bug 15781 ***

Bug #14090

Reported by:
Olivier Duchateau
Reported on: 2017-12-16
Last modified on: 2020-04-29

People

Assignee:
Skunnyk
CC List:
5 users

Version

Version:
4.13.4

Attachments

Additional information