[Xfce4-commits] <xfburn:master> Update description, missing burn list feedback.
David Mohr
noreply at xfce.org
Sun Apr 15 23:56:02 CEST 2012
Updating branch refs/heads/master
to 3d283e1a998a435920fb8005d05a8cfea1950464 (commit)
from 342fb545f4ec93c8655683c8a163400fb7d7486c (commit)
commit 3d283e1a998a435920fb8005d05a8cfea1950464
Author: David Mohr <david at mcbf.net>
Date: Sun Apr 15 15:42:07 2012 -0600
Update description, missing burn list feedback.
README | 7 +++++--
xfburn/xfburn-device-box.c | 5 ++++-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/README b/README
index ce78afa..7b82020 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
xfburn
------
-Version 0.4.3, 2010-02-12
+Version 0.5.0, 2012-04-XX
http://www.xfce.org/projects/xfburn/
@@ -94,7 +94,7 @@ will get fixed.
Future Plans
------------
-Missing functionality that we plan to add:
+Missing functionality that would be nice to have:
* Save and load compositions
* Verification
* Copy discs (needs backend support)
@@ -106,6 +106,9 @@ There is no, and never will be, a timeline for these. Let us know if you think
something is missing on this list. If you really need something implemented,
feel free to help us out :-).
+At present development is in maintenance mode, as the author does not have a
+lot of time.
+
==============================================================================
Bugs & Feedback
---------------
diff --git a/xfburn/xfburn-device-box.c b/xfburn/xfburn-device-box.c
index 49b7d36..5c41d36 100644
--- a/xfburn/xfburn-device-box.c
+++ b/xfburn/xfburn-device-box.c
@@ -389,7 +389,10 @@ empty_speed_list_dialog (void)
NULL);
label = gtk_label_new (NULL);
- gtk_label_set_markup (GTK_LABEL (label), _("<b>Unable to retrieve the speed list for the drive.</b>\n\nThis is a known bug, which occurs with some drives. Please report it to <i>xfburn at xfce.org</i> together with the console output to increase the chances that it will get fixed.\n\nBurning should still work, but if there are problems anyways, please let us know.\n\n<i>Thank you!</i>")
+ gtk_label_set_markup (GTK_LABEL (label),
+ _("<b>Unable to retrieve the speed list for the drive.</b>\n\n"
+ "This is a known bug for drives. If you're interested in fixing it, please have a look at the libburn library.\n\n"
+ "Burning should still work, but if there are problems anyways, please let us know.\n\n<i>Thank you!</i>")
);
gtk_label_set_selectable (GTK_LABEL (label), TRUE);
gtk_label_set_width_chars (GTK_LABEL (label), 30);
More information about the Xfce4-commits
mailing list