From: Brian S. <xue...@us...> - 2007-12-18 12:51:17
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9025 Modified Files: Tag: b0_22_2 HTML.pm Log Message: Use 'simplyblue' as the default UI skin for the 1.0.0 release because it looks nicer than the 'default' skin used as the default by previous releases. Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.311.4.12 retrieving revision 1.311.4.13 diff -C2 -d -r1.311.4.12 -r1.311.4.13 *** HTML.pm 2 Dec 2007 10:43:57 -0000 1.311.4.12 --- HTML.pm 18 Dec 2007 12:51:19 -0000 1.311.4.13 *************** *** 6,10 **** # This package contains an HTML UI for POPFile # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile --- 6,10 ---- # This package contains an HTML UI for POPFile # ! # Copyright (c) 2001-2007 John Graham-Cumming # # This file is part of POPFile *************** *** 156,162 **** $self->config_( 'local', 1 ); ! # Use the default skin ! $self->config_( 'skin', 'default' ); # The last time we checked for an update using the local epoch --- 156,162 ---- $self->config_( 'local', 1 ); ! # If no UI skin is specified use 'simplyblue' as the default ! $self->config_( 'skin', 'simplyblue' ); # The last time we checked for an update using the local epoch |