comparison src/audacious/ui_main.c @ 2992:cbbfdef7aea4 trunk

fix not updating window
author Tomasz Mon <desowin@gmail.com>
date Thu, 05 Jul 2007 12:24:30 +0200
parents b5efea796fe8
children e6340ab753a1
comparison
equal deleted inserted replaced
2991:f7604f7d8e41 2992:cbbfdef7aea4
930 } 930 }
931 931
932 title = playlist_get_info_text(playlist); 932 title = playlist_get_info_text(playlist);
933 mainwin_set_song_title(title); 933 mainwin_set_song_title(title);
934 g_free(title); 934 g_free(title);
935 mainwin_force_redraw = TRUE;
935 } 936 }
936 937
937 void 938 void
938 mainwin_clear_song_info(void) 939 mainwin_clear_song_info(void)
939 { 940 {