[Xfce4-commits] <parole:master> Pos hint was left double instead of gint64 in the previous commit.

Ali Abdallah noreply at xfce.org
Thu Nov 26 10:16:07 CET 2009


Updating branch refs/heads/master
         to f002921a75d690d4f7cead227d5e9d9c67008bc6 (commit)
       from 0f258ea927d82eff8c2e1a02a882bb3baaf13f01 (commit)

commit f002921a75d690d4f7cead227d5e9d9c67008bc6
Author: Ali Abdallah <ali at ali-xfce.org>
Date:   Thu Nov 26 09:12:01 2009 +0100

    Pos hint was left double instead of gint64 in the previous commit.

 src/parole-statusbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/parole-statusbar.c b/src/parole-statusbar.c
index 11e7137..9a2defa 100644
--- a/src/parole-statusbar.c
+++ b/src/parole-statusbar.c
@@ -217,7 +217,7 @@ parole_statusbar_tag_message_cb (ParoleGst *gst, const ParoleStream *stream, Par
 
 static void
 parole_statusbar_progressed_cb (ParoleGst *gst, const ParoleStream *stream, 
-		 	        gdouble value, ParoleStatusbar *statusbar)
+		 	        gint64 value, ParoleStatusbar *statusbar)
 {
     ParoleMediaState state;
     



More information about the Xfce4-commits mailing list