tazpanel diff tazpanel @ rev 44

Add a loading mechanism for page that take long to be generated
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 08 01:17:37 2011 +0200 (2011-04-08)
parents 2ea20065417a
children cf15cb2ff715
line diff
     1.1 --- a/tazpanel	Sun Apr 03 17:43:32 2011 +0200
     1.2 +++ b/tazpanel	Fri Apr 08 01:17:37 2011 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  # Get the configuration file and functions
     1.5  CONFIG="/etc/slitaz/tazpanel.conf"
     1.6  [ -f $CONFIG ] && . $CONFIG
     1.7 -[ -f $PWD/tazpanel.conf ] && . tazpanel.conf
     1.8 +[ -f tazpanel.conf ] && . tazpanel.conf
     1.9  [ ! -f $PANEL/lib/libtazpanel ] && \
    1.10  	echo "No config file or libtazpanel found: $CONFIG" && exit 1
    1.11  . $PANEL/lib/libtazpanel