[Xfce4-commits] [apps/xfburn] 26/42: fixed audio-composition after cherry-pick introduced VBox
noreply at xfce.org
noreply at xfce.org
Tue Oct 15 02:22:09 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 d7811d1d2cf88fc2ae3db899c54ba614923e1fb8
Author: Rene Kjellerup <rk.katana.steel at gmail.com>
Date: Fri Dec 14 14:09:28 2018 -0800
fixed audio-composition after cherry-pick introduced VBox
HBox and VBox are deprecated and has been replaced with GtkBox with
Horizontal or Vertical orientation
---
xfburn/xfburn-audio-composition.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfburn/xfburn-audio-composition.c b/xfburn/xfburn-audio-composition.c
index 8be218a..bb9bd56 100644
--- a/xfburn/xfburn-audio-composition.c
+++ b/xfburn/xfburn-audio-composition.c
@@ -270,7 +270,7 @@ xfburn_audio_composition_get_type (void)
NULL /* interface_data */
};
- audio_composition_type = g_type_register_static (GTK_TYPE_VBOX, "XfburnAudioComposition", &audio_composition_info, 0);
+ audio_composition_type = g_type_register_static (GTK_TYPE_BOX, "XfburnAudioComposition", &audio_composition_info, 0);
g_type_add_interface_static (audio_composition_type, XFBURN_TYPE_COMPOSITION, &composition_info);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list