[Xfce4-commits] <parole:master> Fix a variable type causing the cursor to be set invisible on the video widget event if no video is playing.

Ali Abdallah noreply at xfce.org
Mon Nov 30 19:42:03 CET 2009


Updating branch refs/heads/master
         to 89438bbe7fc1a9a9f2aeadc9250bd5ec1ebeaaba (commit)
       from 0d990b3f7cf8a235ca7e16b3187215df25769964 (commit)

commit 89438bbe7fc1a9a9f2aeadc9250bd5ec1ebeaaba
Author: Ali Abdallah <aliov at xfce.org>
Date:   Mon Nov 30 19:22:28 2009 +0100

    Fix a variable type causing the cursor to be set invisible on the video
    widget event if no video is playing.

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

diff --git a/gst/parole-gst.c b/gst/parole-gst.c
index 2dcace2..6e52df9 100644
--- a/gst/parole-gst.c
+++ b/gst/parole-gst.c
@@ -565,7 +565,7 @@ parole_gst_tick_timeout (gpointer data)
     gint64 pos;
     GstFormat format = GST_FORMAT_TIME;
     gint64 value;
-    gint64 video;
+    gboolean video;
     
     gst = PAROLE_GST (data);
     



More information about the Xfce4-commits mailing list