[Xfce4-commits] [apps/xfburn] 01/01: Stream recording really for images.

noreply at xfce.org noreply at xfce.org
Thu Apr 10 03:49:13 CEST 2014


This is an automated email from the git hooks/post-receive script.

squisher pushed a commit to branch master
in repository apps/xfburn.

commit 32a83bb2acc342871fe3bc2bdd54428581130d82
Author: David Mohr <david at mcbf.net>
Date:   Wed Apr 9 19:44:25 2014 -0600

    Stream recording really for images.
    
    Bugfix for 7e99d0fe55a4563a46af658cb908671e5b5ee109
---
 xfburn/xfburn-burn-image-dialog.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/xfburn/xfburn-burn-image-dialog.c b/xfburn/xfburn-burn-image-dialog.c
index fc764ba..afa9d88 100644
--- a/xfburn/xfburn-burn-image-dialog.c
+++ b/xfburn/xfburn-burn-image-dialog.c
@@ -584,6 +584,7 @@ cb_clicked_ok (GtkButton *button, gpointer user_data)
   params->eject = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->check_eject));
   params->dummy = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->check_dummy));
   params->burnfree = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->check_burnfree));
+  params->stream_recording = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->check_stream_recording));
   
   if (!xfburn_device_grab (device, &drive_info)) {
     burn_image_dialog_error (dialog, _("Unable to grab the drive."));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list