# HG changeset patch # User nenolod # Date 1160001197 25200 # Node ID e360fad09415b2f3c4e0494dd3680514c864468f # Parent 641ee4092aea3c5c555df1d902e9231c5d3dffa7 [svn] - wa2 values for mainwinTitleText property. diff -r 641ee4092aea -r e360fad09415 ChangeLog --- a/ChangeLog Wed Oct 04 15:27:00 2006 -0700 +++ b/ChangeLog Wed Oct 04 15:33:17 2006 -0700 @@ -1,3 +1,16 @@ +2006-10-04 22:27:00 +0000 William Pitcock + revision [2525] + - allow the menurow to be set invisible + - add mimetype to np.sh + - revert js's change + + trunk/audacious/mainwin.c | 7 +++++++ + trunk/audacious/widgets/skin.c | 24 ++++++++++++++---------- + trunk/audacious/widgets/skin.h | 2 ++ + trunk/audtool/examples/np.sh | 3 ++- + 4 files changed, 25 insertions(+), 11 deletions(-) + + 2006-10-04 19:47:37 +0000 Jonathan Schleifer revision [2523] The default values for old skins were wrong. But since changing from diff -r 641ee4092aea -r e360fad09415 audacious/widgets/skin.c --- a/audacious/widgets/skin.c Wed Oct 04 15:27:00 2006 -0700 +++ b/audacious/widgets/skin.c Wed Oct 04 15:33:17 2006 -0700 @@ -534,6 +534,9 @@ skin->properties.mainwin_vis_x = 24; skin->properties.mainwin_vis_y = 43; skin->properties.mainwin_vis_width = 76; + skin->properties.mainwin_text_x = 112; + skin->properties.mainwin_text_y = 27; + skin->properties.mainwin_text_width = 153; skin->properties.mainwin_menurow_visible = TRUE;