diff options
author | lucas <lucas> | 2005-10-09 13:03:00 +0000 |
---|---|---|
committer | lucas <mwolson@gnu.org> | 2005-10-09 13:03:00 +0000 |
commit | 4d68d4503dbb4638b8562dd552bbbf452b1ecda9 (patch) | |
tree | 00be7a044790bb43cdc2a84ade693257a16413f8 | |
parent | 5fb496d95c75c87604b6d7577bad4c13eb445744 (diff) |
Make emms-mode-line-icon use the good function to get the current track
darcs-hash:20051009130300-4f952-86bbf7d1d6c618c68f6de3e84fc452b983b6a22f.gz
-rw-r--r-- | emms-mode-line-icon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-mode-line-icon.el b/emms-mode-line-icon.el index 332a609..900b99b 100644 --- a/emms-mode-line-icon.el +++ b/emms-mode-line-icon.el @@ -66,7 +66,7 @@ static char *note[] = { emms-mode-line-icon-before-format (propertize "NP:" 'display emms-mode-line-icon-image-cache) (format emms-mode-line-format (emms-info-file-info-song-artist - (emms-playlist-selected-track))))) + (emms-playlist-current-selected-track))))) (setq emms-mode-line-mode-line-function 'emms-mode-line-icon-function) |