[totem] Make sure to release the seek slider when EOS arrives
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [totem] Make sure to release the seek slider when EOS arrives
- Date: Fri, 16 Oct 2009 14:26:52 +0000 (UTC)
commit 989de441472dc093b89aef1dcf97c2da91ffe69e
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]