]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
xfce4-hdaps-dialogs.c: replace obsolete gtk_misc_set_alignment().
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 23 Oct 2019 03:00:55 +0000 (23:00 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 26 Oct 2019 14:39:01 +0000 (10:39 -0400)
The gtk_misc_set_alignment() function has been deprecated since
gtk+-3.14. Instead, we are prodded to use the gtk_widget_set_halign()
and gtk_widget_set_valign() functions. This is a trivial change,
replacing two calls to gtk_misc_set_alignment() by four calls to
the new functions.


No differences found