[totem] grilo: Get out of selection mode when playing starts



commit c201cf31536336af85509113df2e83f570bcaac2
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 23 21:02:41 2014 +0100

    grilo: Get out of selection mode when playing starts

 src/plugins/grilo/totem-grilo.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/grilo/totem-grilo.c b/src/plugins/grilo/totem-grilo.c
index 264f7fd..e025cad 100644
--- a/src/plugins/grilo/totem-grilo.c
+++ b/src/plugins/grilo/totem-grilo.c
@@ -1718,6 +1718,7 @@ next_item:
        }
 
        g_ptr_array_free (items, FALSE);
+       g_object_set (G_OBJECT (self->priv->browser), "selection-mode", FALSE, NULL);
 }
 
 static void


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