changeset 1815:fe9c64047fc8 trunk

[svn] - fix another typo
author nenolod
date Wed, 04 Oct 2006 23:36:28 -0700
parents 85e04678e60a
children 3b6901e8e63f
files ChangeLog audacious/widgets/skin.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 04 23:33:51 2006 -0700
+++ b/ChangeLog	Wed Oct 04 23:36:28 2006 -0700
@@ -1,3 +1,11 @@
+2006-10-05 06:33:51 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2585]
+  - fix typo
+  
+  trunk/audacious/widgets/skin.c |    2 +-
+  1 file changed, 1 insertion(+), 1 deletion(-)
+
+
 2006-10-05 06:33:22 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2583]
   - default values for all properties (fixes wa2 skins/amsf 1.0 skins)
--- a/audacious/widgets/skin.c	Wed Oct 04 23:33:51 2006 -0700
+++ b/audacious/widgets/skin.c	Wed Oct 04 23:36:28 2006 -0700
@@ -772,7 +772,7 @@
         g_free(tmp);
     }
 
-    skin->properties.mainwin_balance_x = 57;
+    skin->properties.mainwin_balance_y = 57;
     tmp = read_ini_string(filename, "skin", "mainwinBalanceY");
 
     if (tmp != NULL)