[Xfce4-commits] [apps/xfburn] 12/42: fixed orientation on image burn dialog for device selection
noreply at xfce.org
noreply at xfce.org
Tue Oct 15 02:21:55 CEST 2019
This is an automated email from the git hooks/post-receive script.
k a t a n a s t e e l p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfburn.
commit 3c3532c39d744679fa17ae22653b3d34c8531c8b
Author: Rene Kjellerup <rk.katana.steel at gmail.com>
Date: Fri Oct 26 15:54:49 2018 -0700
fixed orientation on image burn dialog for device selection
---
xfburn/xfburn-device-box.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xfburn/xfburn-device-box.c b/xfburn/xfburn-device-box.c
index f2a0157..c1c5beb 100644
--- a/xfburn/xfburn-device-box.c
+++ b/xfburn/xfburn-device-box.c
@@ -205,6 +205,8 @@ xfburn_device_box_constructor (GType type, guint n_construct_properties, GObject
box = XFBURN_DEVICE_BOX (gobj);
priv = XFBURN_DEVICE_BOX_GET_PRIVATE (box);
+ gtk_orientable_set_orientation (GTK_ORIENTABLE (box), GTK_ORIENTATION_VERTICAL);
+
priv->devlist = devlist = xfburn_device_list_new ();
priv->handler_volume_change_start = g_signal_connect (G_OBJECT (devlist), "volume-change-start", G_CALLBACK (cb_volume_change_start), box);
priv->handler_volume_change_end = g_signal_connect (G_OBJECT (devlist), "volume-change-end", G_CALLBACK (cb_volume_change_end), box);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list