comparison ChangeLog @ 2259:3668594b4fc8 trunk

[svn] - moved action_playlist_* implementation from ui_main.c to ui_playlist.c (more appropriate)
author giacomo
date Thu, 04 Jan 2007 04:16:48 -0800
parents 2c66f4fe9cfa
children 8960824f6706
comparison
equal deleted inserted replaced
2258:2c66f4fe9cfa 2259:3668594b4fc8
1 2007-01-04 12:11:21 +0000 Giacomo Lozito <james@develia.org>
2 revision [3521]
3 - added delete playlist action (finally :p)
4 trunk/audacious/actions-mainwin.h | 1 +
5 trunk/audacious/ui/mainwin.ui | 1 +
6 trunk/audacious/ui/playlist.ui | 1 +
7 trunk/audacious/ui_main.c | 6 ++++++
8 trunk/audacious/ui_manager.c | 3 +++
9 5 files changed, 12 insertions(+)
10
11
1 2007-01-04 11:58:58 +0000 Giacomo Lozito <james@develia.org> 12 2007-01-04 11:58:58 +0000 Giacomo Lozito <james@develia.org>
2 revision [3519] 13 revision [3519]
3 - do not create GtkAccelGroup anymore; use ui_manager_get_accel_group to get accelerator groups from ui_manager 14 - do not create GtkAccelGroup anymore; use ui_manager_get_accel_group to get accelerator groups from ui_manager
4 trunk/audacious/ui_main.c | 3 --- 15 trunk/audacious/ui_main.c | 3 ---
5 trunk/audacious/ui_playlist.c | 4 +--- 16 trunk/audacious/ui_playlist.c | 4 +---