comparison ChangeLog @ 2206:ab4c7ad1857c trunk

[svn] - file_path should be dirname.
author yaz
date Sat, 23 Dec 2006 06:04:14 -0800
parents cc6a05baa156
children a7ab1616ae38
comparison
equal deleted inserted replaced
2205:cc6a05baa156 2206:ab4c7ad1857c
1 2006-12-23 11:47:44 +0000 Giacomo Lozito <james@develia.org>
2 revision [3415]
3 - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
4 trunk/audacious/Makefile | 4
5 trunk/audacious/icons-csource.h | 949 +++++++++++++++++++++++++++++++++++++
6 trunk/audacious/icons-stock.h | 38 +
7 trunk/audacious/main.c | 60 ++
8 trunk/audacious/mainwin.c | 6
9 trunk/audacious/pixmaps.h | 949 -------------------------------------
10 trunk/audacious/playlist_manager.h | 7
11 trunk/audacious/ui_playlist.c | 60 +-
12 8 files changed, 1084 insertions(+), 989 deletions(-)
13
14
1 2006-12-23 08:20:59 +0000 George Averill <nhjm449@gmail.com> 15 2006-12-23 08:20:59 +0000 George Averill <nhjm449@gmail.com>
2 revision [3413] 16 revision [3413]
3 - Correctly set the size of playlistwin_list on startup/etc. 17 - Correctly set the size of playlistwin_list on startup/etc.
4 18
5 trunk/audacious/widgets/playlist_list.c | 3 ++- 19 trunk/audacious/widgets/playlist_list.c | 3 ++-