diff 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
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 04 04:11:21 2007 -0800
+++ b/ChangeLog	Thu Jan 04 04:16:48 2007 -0800
@@ -1,3 +1,14 @@
+2007-01-04 12:11:21 +0000  Giacomo Lozito <james@develia.org>
+  revision [3521]
+  - added delete playlist action (finally :p)
+  trunk/audacious/actions-mainwin.h |    1 +
+  trunk/audacious/ui/mainwin.ui     |    1 +
+  trunk/audacious/ui/playlist.ui    |    1 +
+  trunk/audacious/ui_main.c         |    6 ++++++
+  trunk/audacious/ui_manager.c      |    3 +++
+  5 files changed, 12 insertions(+)
+
+
 2007-01-04 11:58:58 +0000  Giacomo Lozito <james@develia.org>
   revision [3519]
   - do not create GtkAccelGroup anymore; use ui_manager_get_accel_group to get accelerator groups from ui_manager