diff src/statusicon/si.c @ 2074:6a9f36552b14

fix
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 21:53:58 -0500
parents 61f1f017e847
children d44adaddae8b
line wrap: on
line diff
--- a/src/statusicon/si.c	Sun Oct 14 21:53:17 2007 -0500
+++ b/src/statusicon/si.c	Sun Oct 14 21:53:58 2007 -0500
@@ -176,7 +176,7 @@
       break;
 
     case SI_AUDACIOUS_PLAYBACK_CTRL_EJECT:
-      mainwin_eject_pushed();
+      audacious_drct_eject();
       break;
   }
 }