Created attachment 7515 Don't use deprecated 'gtk_dialog_set_alternative_button_order' 'gtk_dialog_set_alternative_button_order' function is deprecated since version 3.10, so we must limit this method for only Gtk2 support. Patch fixes this issue.
(In reply to Olivier Duchateau from comment #0) > Created attachment 7515 > Don't use deprecated 'gtk_dialog_set_alternative_button_order' > > 'gtk_dialog_set_alternative_button_order' function is deprecated since > version 3.10, so we must limit this method for only Gtk2 support. Patch > fixes this issue. This patch is integrated in bug #14135
Fixed because the other patch has been merged,