[totem] browser-plugin: Make error logo work again



commit 9d692d5e68a26e08d90a10c9431f2230897ef749
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Dec 4 12:38:00 2011 +0100

    browser-plugin: Make error logo work again

 browser-plugin/totem-plugin-viewer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/browser-plugin/totem-plugin-viewer.c b/browser-plugin/totem-plugin-viewer.c
index 624b7f7..4d02636 100644
--- a/browser-plugin/totem-plugin-viewer.c
+++ b/browser-plugin/totem-plugin-viewer.c
@@ -330,7 +330,6 @@ totem_embedded_set_error_logo (TotemEmbedded *embedded,
 	return TRUE;
 }
 
-
 static void
 totem_embedded_set_state (TotemEmbedded *emb, TotemStates state)
 {
@@ -394,6 +393,7 @@ totem_embedded_set_logo_by_name (TotemEmbedded *embedded,
 		return;
 
 	bacon_video_widget_set_logo (embedded->bvw, name);
+	bacon_video_widget_set_logo_mode (embedded->bvw, TRUE);
 }
 
 static void



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