[brasero] Cosmetic change
- From: Philippe Rouquier <philippr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] Cosmetic change
- Date: Tue, 18 May 2010 19:47:20 +0000 (UTC)
commit e129f579ef21921ec69faff3c408aec3413161e7
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Tue May 18 23:28:58 2010 +0200
Cosmetic change
libbrasero-burn/burn-task-ctx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/burn-task-ctx.c b/libbrasero-burn/burn-task-ctx.c
index bac2f34..3579368 100644
--- a/libbrasero-burn/burn-task-ctx.c
+++ b/libbrasero-burn/burn-task-ctx.c
@@ -867,7 +867,7 @@ brasero_task_ctx_get_remaining_time (BraseroTaskCtx *self,
return BRASERO_BURN_NOT_READY;
elapsed = g_timer_elapsed (priv->timer, NULL);
- *remaining = (gdouble) priv->total_time - (gdouble) elapsed;
+ *remaining = priv->total_time - elapsed;
return BRASERO_BURN_OK;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]