[totem/gnome-2-28] Make sure to release the seek slider when EOS arrives



commit 23a4e7fe457c5e7753364536e498052c71b78540
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Oct 16 15:24:32 2009 +0100

    Make sure to release the seek slider when EOS arrives
    
    Otherwise we might have a stuck grab when playing the next playlist
    item.

 src/totem-object.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/totem-object.c b/src/totem-object.c
index 5ef642d..b7ceb43 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -3314,6 +3314,8 @@ on_video_button_press_event (BaconVideoWidget *bvw, GdkEventButton *event,
 static gboolean
 on_eos_event (GtkWidget *widget, Totem *totem)
 {
+	reset_seek_status (totem);
+
 	if (bacon_video_widget_get_logo_mode (totem->bvw) != FALSE)
 		return FALSE;
 



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