# HG changeset patch # User nenolod # Date 1179456476 25200 # Node ID 79c75896893a24a1c378e4ee0dce6455bc611b65 # Parent 78350b4209ce7e2e2f2f7a9c9c29595203b253b6 [svn] Entirely rework the default skin from scratch. A comparison is available at http://mail.atheme.org/~nenolod/new_and_old_skins.png. The rationale of this rework is that the old skin had become a hodgepodge of multiple styles during 1.3 development, etcetera. There are some minor tweaks that could still be done, I will take care of those in the next few commits. diff -r 78350b4209ce -r 79c75896893a ChangeLog --- a/ChangeLog Thu May 17 01:59:45 2007 -0700 +++ b/ChangeLog Thu May 17 19:47:56 2007 -0700 @@ -1,3 +1,10 @@ +2007-05-17 08:59:45 +0000 William Pitcock + revision [4582] + - drop no-longer-used libaudacious C++ bindings + + 0 files changed + + 2007-05-17 08:56:41 +0000 William Pitcock revision [4580] - handle pluralization properly in playlist-display action diff -r 78350b4209ce -r 79c75896893a skins/Default/balance.png Binary file skins/Default/balance.png has changed diff -r 78350b4209ce -r 79c75896893a skins/Default/cbuttons.png Binary file skins/Default/cbuttons.png has changed diff -r 78350b4209ce -r 79c75896893a skins/Default/main.png Binary file skins/Default/main.png has changed diff -r 78350b4209ce -r 79c75896893a skins/Default/posbar.png Binary file skins/Default/posbar.png has changed diff -r 78350b4209ce -r 79c75896893a skins/Default/shufrep.png Binary file skins/Default/shufrep.png has changed diff -r 78350b4209ce -r 79c75896893a skins/Default/titlebar.png Binary file skins/Default/titlebar.png has changed diff -r 78350b4209ce -r 79c75896893a skins/Default/volume.png Binary file skins/Default/volume.png has changed diff -r 78350b4209ce -r 79c75896893a src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Thu May 17 01:59:45 2007 -0700 +++ b/src/audacious/build_stamp.c Thu May 17 19:47:56 2007 -0700 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070517-4580"; +const gchar *svn_stamp = "20070517-4582";