changeset 2581:83afa9e1ac64 trunk

[svn] - fix a regression in modern skins
author nenolod
date Mon, 26 Feb 2007 04:43:40 -0800
parents 48288757d7c7
children 134010a69372
files ChangeLog src/audacious/build_stamp.c src/audacious/widgets/skin.c
diffstat 3 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Feb 26 03:36:09 2007 -0800
+++ b/ChangeLog	Mon Feb 26 04:43:40 2007 -0800
@@ -1,3 +1,12 @@
+2007-02-26 11:36:09 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [4170]
+  - fix a regression introduced by the DnD fix.
+  
+  trunk/src/audacious/playlist.c |    3 +++
+  trunk/src/audacious/vfs.c      |    3 +++
+  2 files changed, 6 insertions(+)
+
+
 2007-02-26 09:14:48 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [4168]
   - urldecode playlist paths
--- a/src/audacious/build_stamp.c	Mon Feb 26 03:36:09 2007 -0800
+++ b/src/audacious/build_stamp.c	Mon Feb 26 04:43:40 2007 -0800
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070226-4168";
+const gchar *svn_stamp = "20070226-4170";
--- a/src/audacious/widgets/skin.c	Mon Feb 26 03:36:09 2007 -0800
+++ b/src/audacious/widgets/skin.c	Mon Feb 26 04:43:40 2007 -0800
@@ -975,6 +975,8 @@
         g_free(tmp);
     }
 
+    skin_mask_info[0].width = skin->properties.mainwin_width;
+
     tmp = read_ini_string(inifile, "skin", "mainwinHeight");
 
     if (tmp != NULL)
@@ -983,6 +985,8 @@
         g_free(tmp);
     }
 
+    skin_mask_info[0].height = skin->properties.mainwin_height;
+
     tmp = read_ini_string(inifile, "skin", "mainwinAboutX");
 
     if (tmp != NULL)