--- gkrellmms.c.orig Tue May 18 00:07:07 2004 +++ gkrellmms.c Thu Aug 26 04:13:04 2004 @@ -230,8 +230,8 @@ if (scrolling_tooltip != NULL) { xmms_remote_get_info(xmms_session, &rate, &freq, &nch); prev_scrolling_tooltip_text = scrolling_tooltip_text; - scrolling_tooltip_text = g_strdup_printf("%s\n%d%s - %dHz - %s", - scrolling_title_text, rate / 1000, + scrolling_tooltip_text = g_strdup_printf("%s\n%s\n%d%s - %dHz - %s", + scrolling_title_text, pl_get_current_file(), rate / 1000, (time == -1) ? "bpm" : "kb/s", freq, (nch == 1) ? "mono" : "stereo"); @@ -252,7 +252,7 @@ if (len > w) { more_scrolled = g_strdup_printf("%s%s", scrolling_title_text, scroll_separator); - x_scroll = (x_scroll + 1) % (len + scroll_separator_len); + x_scroll = (x_scroll + 1) % (len + scroll_separator_len); gkrellm_decal_scroll_text_set_text(scroll_panel, scroll_text, more_scrolled); gkrellm_decal_scroll_text_horizontal_loop(scroll_text, TRUE);