# HG changeset patch
# User nenolod
# Date 1166444000 28800
# Node ID 783cfd80442209cfbd2f9154242f38a4868cbec9
# Parent  a792aaee8e8ecc0db78e2f82b952d42e32771369
[svn] - fix XML description of the playlist editor (unbreak menus)

diff -r a792aaee8e8e -r 783cfd804422 ChangeLog
--- a/ChangeLog	Mon Dec 18 03:59:55 2006 -0800
+++ b/ChangeLog	Mon Dec 18 04:13:20 2006 -0800
@@ -1,3 +1,14 @@
+2006-12-18 11:59:55 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [3317]
+  - new signal handling which does not block (based on concept from BMP 0.9.8 that never got released)
+  
+  trunk/audacious/Makefile  |    3 -
+  trunk/audacious/main.c    |   34 -------------
+  trunk/audacious/signals.c |  118 ++++++++++++++++++++++++++++++++++++++++++++++
+  trunk/audacious/signals.h |   28 ++++++++++
+  4 files changed, 150 insertions(+), 33 deletions(-)
+
+
 2006-12-18 11:34:52 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [3315]
   - fix the logic of bmp_playback_stop(). now JTF works well even if the playing is paused.
diff -r a792aaee8e8e -r 783cfd804422 audacious/ui/playlist.ui
--- a/audacious/ui/playlist.ui	Mon Dec 18 03:59:55 2006 -0800
+++ b/audacious/ui/playlist.ui	Mon Dec 18 04:13:20 2006 -0800
@@ -8,7 +8,7 @@
 		<menuitem action="remove selected" />
 		<menuitem action="remove unselected" />
 		<menuitem action="remove all" />
-		<seperator />
+		<separator />
 		<menuitem action="queue toggle" />
 	</menu>