Mercurial > audlegacy
changeset 2493:b7f48f00a342 trunk
[svn] - patch from Mark Glines to ad https:// URI support to playlists.
author | nenolod |
---|---|
date | Sat, 10 Feb 2007 12:29:21 -0800 |
parents | ea80fe9c3ba4 |
children | 59661bd074b4 |
files | ChangeLog src/audacious/build_stamp.c src/audacious/playlist.c src/audacious/ui_credits.c |
diffstat | 4 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Feb 09 22:30:10 2007 -0800 +++ b/ChangeLog Sat Feb 10 12:29:21 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-10 06:30:10 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [3994] + - use ConfigureNotify to set playlist location, a proper use of ICCCM. + + trunk/src/audacious/ui_playlist.c | 32 +++++++++++++++++--------------- + 1 file changed, 17 insertions(+), 15 deletions(-) + + 2007-02-10 06:05:03 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [3992] - using ConfigureNotify for resizing is wrong per ICCCM guideline,
--- a/src/audacious/build_stamp.c Fri Feb 09 22:30:10 2007 -0800 +++ b/src/audacious/build_stamp.c Sat Feb 10 12:29:21 2007 -0800 @@ -1,2 +1,2 @@ #include <glib.h> -const gchar *svn_stamp = "20070210-3992"; +const gchar *svn_stamp = "20070210-3994";