[Goodies-commits] r4634 - xfburn/trunk/xfburn

David Mohr squisher at xfce.org
Sat Apr 19 05:08:03 CEST 2008


Author: squisher
Date: 2008-04-19 03:08:02 +0000 (Sat, 19 Apr 2008)
New Revision: 4634

Modified:
   xfburn/trunk/xfburn/xfburn-device-box.c
Log:
Bugfix: actually parse BLANK_MODE flag in the device box

Modified: xfburn/trunk/xfburn/xfburn-device-box.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-device-box.c	2008-04-19 01:26:13 UTC (rev 4633)
+++ xfburn/trunk/xfburn/xfburn-device-box.c	2008-04-19 03:08:02 UTC (rev 4634)
@@ -506,7 +506,9 @@
   obj = g_object_new (xfburn_device_box_get_type (), 
 		      "show-writers-only", ((flags & SHOW_CD_WRITERS) != 0), 
                       "show-speed-selection", ((flags & SHOW_SPEED_SELECTION) != 0), 
-		      "show-mode-selection", ((flags & SHOW_MODE_SELECTION) != 0), NULL);
+		      "show-mode-selection", ((flags & SHOW_MODE_SELECTION) != 0),
+		      "blank_mode", ((flags & BLANK_MODE) != 0),
+                      NULL);
 
   return obj;
 }




More information about the Goodies-commits mailing list