[Xfce4-commits] [apps/xfburn] 01/06: More disk size labels (for BD, and the future)

noreply at xfce.org noreply at xfce.org
Tue Mar 18 19:24:05 CET 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 5aba7643007d1b9caf0df55ff5c521145a70b40b
Author: David Mohr <david at mcbf.net>
Date:   Fri Feb 28 00:25:04 2014 -0700

    More disk size labels (for BD, and the future)
    
    Thanks Thomas.
---
 xfburn/xfburn-data-disc-usage.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/xfburn/xfburn-data-disc-usage.c b/xfburn/xfburn-data-disc-usage.c
index a4d5cf4..a5b5f00 100644
--- a/xfburn/xfburn-data-disc-usage.c
+++ b/xfburn/xfburn-data-disc-usage.c
@@ -42,7 +42,7 @@ static XfburnDiscUsageClass *parent_class = NULL;
 
 #define DEFAULT_DISK_SIZE_LABEL 2
 #define LAST_CD_LABEL 4
-#define NUM_LABELS 7
+#define NUM_LABELS 10
 
 XfburnDiscLabels datadiscsizes[] = {
   {
@@ -59,6 +59,12 @@ XfburnDiscLabels datadiscsizes[] = {
   G_GINT64_CONSTANT(0x1182a0000), "4.3GB DVD"}, /* 4 700 372 992 */
   {
   G_GINT64_CONSTANT(0x1fd3e0000), "7.9GB DVD"}, /* 8 543 666 176 */
+  {
+  G_GINT64_CONSTANT(0x5a3a00000), "22.5GB BD"}, /* 24 220 008 448 */
+  {
+  G_GINT64_CONSTANT(0xba7400000), "46.5GB BD"}, /* 50 050 629 632 */
+  {
+  G_GINT64_CONSTANT(0x20000000000), "2TB"}, /* limit of libburn: 2 TiB */
 };
 
 /*******************************/

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


More information about the Xfce4-commits mailing list