Mercurial > audlegacy
comparison ChangeLog @ 2515:319b10203d7c trunk
[svn] gtk_window_set_wmclass() has to be called before gtk_widget_realize(). Patched by Christian "Joker" Birchinger from Gentoo.
author | chainsaw |
---|---|
date | Tue, 13 Feb 2007 13:22:51 -0800 |
parents | 7934ac463591 |
children | a2b862cb4269 |
comparison
equal
deleted
inserted
replaced
2514:7934ac463591 | 2515:319b10203d7c |
---|---|
1 2007-02-13 14:09:50 +0000 Michael Farber <01mf02@gmail.com> | |
2 revision [4038] | |
3 - removed unused function bmp_menu_translate() | |
4 - removed playlist_file_selection_browser() and replaced it with | |
5 make_filebrowser() | |
6 - modified make_filebrowser() behaviour | |
7 - adapted equalizer file loading/saving functions to new | |
8 make_filebrowser() | |
9 | |
10 | |
11 trunk/src/audacious/ui_equalizer.c | 334 ++++++++++++++++++------------------- | |
12 trunk/src/audacious/ui_playlist.c | 50 ----- | |
13 trunk/src/audacious/util.c | 82 +++------ | |
14 trunk/src/audacious/util.h | 15 - | |
15 4 files changed, 205 insertions(+), 276 deletions(-) | |
16 | |
17 | |
1 2007-02-13 13:48:33 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> | 18 2007-02-13 13:48:33 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> |
2 revision [4036] | 19 revision [4036] |
3 - delete id3 tag feature has been added. | 20 - delete id3 tag feature has been added. |
4 - debug code in id3_render_paddedstring() which had prevented proper id3v1 rendering has been removed. | 21 - debug code in id3_render_paddedstring() which had prevented proper id3v1 rendering has been removed. |
5 | 22 |