From 4d68d4503dbb4638b8562dd552bbbf452b1ecda9 Mon Sep 17 00:00:00 2001 From: lucas Date: Sun, 9 Oct 2005 13:03:00 +0000 Subject: Make emms-mode-line-icon use the good function to get the current track darcs-hash:20051009130300-4f952-86bbf7d1d6c618c68f6de3e84fc452b983b6a22f.gz --- emms-mode-line-icon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3