diff src/audacious/input.c @ 4587:ab8bc8a89a52

remove ui_main_set_initial_volume, call volume set hook instead
author Tomasz Mon <desowin@gmail.com>
date Sun, 25 May 2008 15:12:17 +0200
parents cf6711eeb12f
children a77d02342ee1
line wrap: on
line diff
--- a/src/audacious/input.c	Fri May 23 15:37:45 2008 +0200
+++ b/src/audacious/input.c	Sun May 25 15:12:17 2008 +0200
@@ -725,7 +725,7 @@
     h_vol[0] = l;
     h_vol[1] = r;
     hook_call("volume set", h_vol);
-    
+
     if (playback_get_playing())
         if ((playback = get_current_input_playback()) != NULL)
 	    if (playback->plugin->set_volume != NULL)