[rhythmbox] statusbar: fix parameter types for the transfer queue progress signal
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] statusbar: fix parameter types for the transfer queue progress signal
- Date: Thu, 27 May 2010 02:46:52 +0000 (UTC)
commit 76709493323f27c3165b77bfaa41bb44c95ea891
Author: Jonathan Matthew <jonathan d14n org>
Date: Thu May 27 12:45:33 2010 +1000
statusbar: fix parameter types for the transfer queue progress signal
shell/rb-statusbar.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/rb-statusbar.c b/shell/rb-statusbar.c
index 2792f2b..ac74a90 100644
--- a/shell/rb-statusbar.c
+++ b/shell/rb-statusbar.c
@@ -80,7 +80,7 @@ static void rb_statusbar_source_status_changed_cb (RBSource *source,
static void rb_statusbar_transfer_progress_cb (RBTrackTransferQueue *queue,
int done,
int total,
- float fraction,
+ double fraction,
int time_left,
RBStatusbar *statusbar);
@@ -554,7 +554,7 @@ static void
rb_statusbar_transfer_progress_cb (RBTrackTransferQueue *queue,
int done,
int total,
- float progress,
+ double progress,
int time_left,
RBStatusbar *statusbar)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]