changeset 1816:3b6901e8e63f trunk

[svn] - missed a couple of properties, sorry
author nenolod
date Wed, 04 Oct 2006 23:45:55 -0700
parents fe9c64047fc8
children 0734a9808884
files ChangeLog audacious/widgets/skin.c
diffstat 2 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 04 23:36:28 2006 -0700
+++ b/ChangeLog	Wed Oct 04 23:45:55 2006 -0700
@@ -1,3 +1,11 @@
+2006-10-05 06:36:28 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2587]
+  - fix another typo
+  
+  trunk/audacious/widgets/skin.c |    2 +-
+  1 file changed, 1 insertion(+), 1 deletion(-)
+
+
 2006-10-05 06:33:51 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2585]
   - fix typo
--- a/audacious/widgets/skin.c	Wed Oct 04 23:36:28 2006 -0700
+++ b/audacious/widgets/skin.c	Wed Oct 04 23:45:55 2006 -0700
@@ -835,6 +835,7 @@
         g_free(tmp);
     }
 
+    skin->properties.mainwin_previous_x = 16;
     tmp = read_ini_string(filename, "skin", "mainwinPreviousX");
 
     if (tmp != NULL)
@@ -843,6 +844,7 @@
         g_free(tmp);
     }
 
+    skin->properties.mainwin_previous_y = 88;
     tmp = read_ini_string(filename, "skin", "mainwinPreviousY");
 
     if (tmp != NULL)
@@ -851,6 +853,7 @@
         g_free(tmp);
     }
 
+    skin->properties.mainwin_play_x = 39;
     tmp = read_ini_string(filename, "skin", "mainwinPlayX");
 
     if (tmp != NULL)
@@ -859,6 +862,7 @@
         g_free(tmp);
     }
 
+    skin->properties.mainwin_play_y = 88;
     tmp = read_ini_string(filename, "skin", "mainwinPlayY");
 
     if (tmp != NULL)
@@ -867,6 +871,7 @@
         g_free(tmp);
     }
 
+    skin->properties.mainwin_pause_x = 62;
     tmp = read_ini_string(filename, "skin", "mainwinPauseX");
 
     if (tmp != NULL)
@@ -875,6 +880,7 @@
         g_free(tmp);
     }
 
+    skin->properties.mainwin_pause_y = 88;
     tmp = read_ini_string(filename, "skin", "mainwinPauseY");
 
     if (tmp != NULL)
@@ -883,6 +889,7 @@
         g_free(tmp);
     }
 
+    skin->properties.mainwin_stop_x = 85;
     tmp = read_ini_string(filename, "skin", "mainwinStopX");
 
     if (tmp != NULL)
@@ -891,6 +898,7 @@
         g_free(tmp);
     }
 
+    skin->properties.mainwin_stop_y = 88;
     tmp = read_ini_string(filename, "skin", "mainwinStopY");
 
     if (tmp != NULL)
@@ -899,6 +907,7 @@
         g_free(tmp);
     }
 
+    skin->properties.mainwin_next_x = 108;
     tmp = read_ini_string(filename, "skin", "mainwinNextX");
 
     if (tmp != NULL)
@@ -907,6 +916,7 @@
         g_free(tmp);
     }
 
+    skin->properties.mainwin_next_y = 88;
     tmp = read_ini_string(filename, "skin", "mainwinNextY");
 
     if (tmp != NULL)
@@ -915,6 +925,7 @@
         g_free(tmp);
     }
 
+    skin->properties.mainwin_eject_x = 136;
     tmp = read_ini_string(filename, "skin", "mainwinEjectX");
 
     if (tmp != NULL)
@@ -923,6 +934,7 @@
         g_free(tmp);
     }
 
+    skin->properties.mainwin_eject_y = 88;
     tmp = read_ini_string(filename, "skin", "mainwinEjectY");
 
     if (tmp != NULL)