Author: pollux
Date: 2006-07-31 16:40:38 +0000 (Mon, 31 Jul 2006)
New Revision: 22595

Removed:
   xfburn/trunk/xfburn/NEWS
Modified:
   xfburn/trunk/NEWS
   xfburn/trunk/xfburn/xfburn-burn-image-dialog.c
Log:
Prevent cdrecord failure if there is a space in the path to an iso (bug #1198)

Modified: xfburn/trunk/NEWS
===================================================================
--- xfburn/trunk/NEWS   2006-07-31 16:29:07 UTC (rev 22594)
+++ xfburn/trunk/NEWS   2006-07-31 16:40:38 UTC (rev 22595)
@@ -0,0 +1,12 @@
+xfburn 0.x
+==========
+
+- Avoid segfault on exit when ~/.config/xfburn doesn't exist (bug #2095)
+- Prevent cdrecord failure if there is a space in the path to an iso (bug 
#1198)
+
+xfburn 0.1.0alpha
+=================
+
+- First public release
+- Supports cdrw blanking, cd copying, creating iso, composition of files
+

Deleted: xfburn/trunk/xfburn/NEWS

Modified: xfburn/trunk/xfburn/xfburn-burn-image-dialog.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-burn-image-dialog.c      2006-07-31 16:29:07 UTC 
(rev 22594)
+++ xfburn/trunk/xfburn/xfburn-burn-image-dialog.c      2006-07-31 16:40:38 UTC 
(rev 22595)
@@ -276,7 +276,7 @@
                            gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON 
(priv->check_eject)) ? " -eject" : "",
                            gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON 
(priv->check_dummy)) ? " -dummy" : "",
                            gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON 
(priv->check_burnfree)) ? " driveropts=burnfree"
-                           : "", " ", iso_path, NULL);
+                           : "", " '", iso_path, "'", NULL);
     g_free (device_name);
     g_free (write_mode);
     g_free (speed);

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to