]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commit
xfce4-hdaps-dialogs.c: drop obsolete GTK_DIALOG_NO_SEPARATOR flag.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 23 Oct 2019 02:58:35 +0000 (22:58 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 24 Oct 2019 13:26:49 +0000 (09:26 -0400)
commitf53133d9a33b1a3390cca82b3885a6788b42e761
tree83d44a3be9696046c9b179d4829e8a8be02618bc
parentc6fbeea01e8de4fedf99ea8f533991277d2c8eb7
xfce4-hdaps-dialogs.c: drop obsolete GTK_DIALOG_NO_SEPARATOR flag.

While creating our main dialog box, we used to pass in the
GTK_DIALOG_NO_SEPARATOR flag to omit the separator between the main
vbox and the action area. I no longer remember what real impact this
had, which is good I guess because that flag doesn't exist in gtk+-3.x.
Other XFCE panel plugins have fixed this by deleting the flag, and that
seems like a fine solution to me.
panel-plugin/xfce4-hdaps-dialogs.c