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

David Mohr squisher at xfce.org
Thu Apr 24 17:34:02 CEST 2008


Author: squisher
Date: 2008-04-24 15:34:02 +0000 (Thu, 24 Apr 2008)
New Revision: 4670

Modified:
   xfburn/trunk/xfburn/xfburn-device-list.c
Log:
Forgot to delete debugging statement

Modified: xfburn/trunk/xfburn/xfburn-device-list.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-device-list.c	2008-04-24 15:17:02 UTC (rev 4669)
+++ xfburn/trunk/xfburn/xfburn-device-list.c	2008-04-24 15:34:02 UTC (rev 4670)
@@ -114,7 +114,6 @@
   /* fill new list */
   ret = burn_drive_get_speedlist (drive_info->drive, &speed_list);
   /* speed_list = NULL; DEBUG */ 
-  speed_list = NULL; //DEBUG
 
   if (ret > 0 && speed_list != NULL) {
     struct burn_speed_descriptor *el = speed_list;




More information about the Goodies-commits mailing list