changeset 2074:6a9f36552b14

fix
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 21:53:58 -0500
parents 609169a441a7
children a71dfce3aec2
files src/statusicon/si.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
   }
 }