diff src/audacious/main.c @ 3678:e82ad057d1db

Get rid of read_volume() craq. Add ui_main_set_initial_volume() to replace the only necessary remaining code.
author William Pitcock <nenolod@atheme.org>
date Mon, 01 Oct 2007 12:38:51 -0500
parents 6b8c8e051c1b
children eadc001add02
line wrap: on
line diff
--- a/src/audacious/main.c	Mon Oct 01 00:41:25 2007 -0500
+++ b/src/audacious/main.c	Mon Oct 01 12:38:51 2007 -0500
@@ -1445,7 +1445,7 @@
 
     if (options.headless != 1)
     {
-        read_volume(VOLSET_STARTUP);
+        ui_main_set_initial_volume();
 
         /* FIXME: delayed, because it deals directly with the plugin
          * interface to set menu items */