Author: pollux Date: 2007-01-13 21:58:01 +0000 (Sat, 13 Jan 2007) New Revision: 24428
Modified: xfburn/branches/libburn_trial/xfburn/xfburn-data-disc-usage.c xfburn/trunk/xfburn/xfburn-data-disc-usage.c Log: fix cd sizes using values from http://en.wikipedia.org/wiki/CD-ROM#Capacity (fix #2753) Modified: xfburn/branches/libburn_trial/xfburn/xfburn-data-disc-usage.c =================================================================== --- xfburn/branches/libburn_trial/xfburn/xfburn-data-disc-usage.c 2007-01-13 21:37:56 UTC (rev 24427) +++ xfburn/branches/libburn_trial/xfburn/xfburn-data-disc-usage.c 2007-01-13 21:58:01 UTC (rev 24428) @@ -50,9 +50,13 @@ { 200 *1024 * 1024, "200MB CD"}, { - 600 *1024 * 1024, "600MB CD"}, + 681984000, "650MB CD"}, { - 700 *1024 * 1024, "700MB CD"}, + 737280000, "700MB CD"}, + { + 829440000, "800MB CD"}, + { + 912384000, "900MB CD"}, /* { 4.7 *1000 * 1000 * 1000, "4.7GB DVD"}, { Modified: xfburn/trunk/xfburn/xfburn-data-disc-usage.c =================================================================== --- xfburn/trunk/xfburn/xfburn-data-disc-usage.c 2007-01-13 21:37:56 UTC (rev 24427) +++ xfburn/trunk/xfburn/xfburn-data-disc-usage.c 2007-01-13 21:58:01 UTC (rev 24428) @@ -49,9 +49,13 @@ { 200 *1024 * 1024, "200MB CD"}, { - 600 *1024 * 1024, "600MB CD"}, + 681984000, "650MB CD"}, { - 700 *1024 * 1024, "700MB CD"}, + 737280000, "700MB CD"}, + { + 829440000, "800MB CD"}, + { + 912384000, "900MB CD"}, /* { 4.7 *1000 * 1000 * 1000, "4.7GB DVD"}, { _______________________________________________ Xfce4-commits mailing list [email protected] http://foo-projects.org/mailman/listinfo/xfce4-commits
