Blob Blame History Raw
diff -ru totem-2.18.2/browser-plugin/totem-plugin-viewer.c totem-2.18.2.orig/browser-plugin/totem-plugin-viewer.c
--- totem-2.18.2/browser-plugin/totem-plugin-viewer.c	2008-01-14 16:14:35.000000000 -0500
+++ totem-2.18.2.orig/browser-plugin/totem-plugin-viewer.c	2008-01-14 16:13:58.000000000 -0500
@@ -1448,7 +1448,7 @@
 		/* FIXME: why can't this wait until the whole window is realised? */
 		gtk_widget_realize (GTK_WIDGET (emb->bvw));
 		gtk_widget_show (GTK_WIDGET (emb->bvw));
+		//bacon_video_widget_set_show_visuals (emb->bvw, TRUE);
-		bacon_video_widget_set_show_visuals (emb->bvw, TRUE);
 	} else if (emb->audioonly != FALSE) {
 		gtk_widget_hide (container);
 	}