[brasero] Time remaining should not be shown after closing of disc since it is 0
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Time remaining should not be shown after closing of disc since it is 0
- Date: Mon, 26 Oct 2009 13:49:16 +0000 (UTC)
commit 99b5e673cbc09bcf2728c2eaa9e496914bf64499
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Mon Oct 26 14:15:32 2009 +0100
Time remaining should not be shown after closing of disc since it is 0
libbrasero-burn/brasero-burn.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn.c b/libbrasero-burn/brasero-burn.c
index 2138a6e..4d6b449 100644
--- a/libbrasero-burn/brasero-burn.c
+++ b/libbrasero-burn/brasero-burn.c
@@ -228,14 +228,14 @@ brasero_burn_action_changed_real (BraseroBurn *burn,
0,
1.0,
1.0,
- 0);
+ -1);
else if (action == BRASERO_BURN_ACTION_EJECTING)
g_signal_emit (burn,
brasero_burn_signals [PROGRESS_CHANGED_SIGNAL],
0,
-1.0,
-1.0,
- 0);
+ -1);
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]