Blob Blame History Raw
--- browser-plugin/totem-plugin-viewer.c.bak	2007-10-04 21:06:26.000000000 +0200
+++ browser-plugin/totem-plugin-viewer.c	2007-10-04 21:06:51.000000000 +0200
@@ -1253,7 +1253,7 @@
 			  G_CALLBACK (on_play_pause), emb);
 
 	gc = gconf_client_get_default ();
-	volume = gconf_client_get_int (gc, GCONF_PREFIX"/volume", NULL);
+	volume = 50; //gconf_client_get_int (gc, GCONF_PREFIX"/volume", NULL);
 	g_object_unref (G_OBJECT (gc));
 
 	bacon_video_widget_set_volume (emb->bvw, volume);