[Xfce4-commits] <xfburn:master> Allow burn mode selection for audio CDs

David Mohr noreply at xfce.org
Mon Jul 9 07:16:02 CEST 2012


Updating branch refs/heads/master
         to 33ef176b8c38018b3803c985e0cbcc4e71115647 (commit)
       from 62a01000cf5ded08dd5741d577712853fd1c94fa (commit)

commit 33ef176b8c38018b3803c985e0cbcc4e71115647
Author: David Mohr <david at mcbf.net>
Date:   Sun Jul 8 23:14:52 2012 -0600

    Allow burn mode selection for audio CDs

 xfburn/xfburn-burn-audio-cd-composition-dialog.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/xfburn/xfburn-burn-audio-cd-composition-dialog.c b/xfburn/xfburn-burn-audio-cd-composition-dialog.c
index c8ce193..66a32cf 100644
--- a/xfburn/xfburn-burn-audio-cd-composition-dialog.c
+++ b/xfburn/xfburn-burn-audio-cd-composition-dialog.c
@@ -152,7 +152,8 @@ xfburn_burn_audio_cd_composition_dialog_constructor (GType type, guint n_constru
   g_object_unref (icon);
 
   /* burning devices list */
-  priv->device_box = xfburn_device_box_new (SHOW_CD_WRITERS | SHOW_CDRW_WRITERS | SHOW_SPEED_SELECTION | ACCEPT_ONLY_CD);
+  priv->device_box = xfburn_device_box_new (SHOW_CD_WRITERS | SHOW_CDRW_WRITERS |
+                                            SHOW_SPEED_SELECTION | SHOW_MODE_SELECTION |ACCEPT_ONLY_CD);
   g_signal_connect (G_OBJECT (priv->device_box), "volume-changed", G_CALLBACK (cb_volume_changed), obj);
   gtk_widget_show (priv->device_box);
 


More information about the Xfce4-commits mailing list