[rhythmbox] shell-player: use gint64 for playback position in get_playing_time



commit 4beeb75ebb0683c07fe0c04672082cbf01c27824
Author: Jonathan Matthew <jonathan d14n org>
Date:   Thu Jun 11 00:15:54 2009 +1000

    shell-player: use gint64 for playback position in get_playing_time
---
 shell/rb-shell-player.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/shell/rb-shell-player.c b/shell/rb-shell-player.c
index be7c6ed..c2cc720 100644
--- a/shell/rb-shell-player.c
+++ b/shell/rb-shell-player.c
@@ -3246,7 +3246,7 @@ rb_shell_player_get_playing_time (RBShellPlayer *player,
 				  guint *time,
 				  GError **error)
 {
-	int ptime;
+	gint64 ptime;
 
 	ptime = rb_player_get_time (player->priv->mmplayer);
 	if (ptime >= 0) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]