]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commit
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)
commitc4bc79ca98f1f556a39ddba593d01a09b7b4bc9f
tree96d76ed377ce89e26812a6770806df8b26ce2438
parenteca7888e5b1854e1bc95f0de26ea4904f7ac51f1
xfce4-hdaps-dialogs.c: replace obsolete gtk_misc_set_alignment().

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.
panel-plugin/xfce4-hdaps-dialogs.c