propagate from branch 'ca.inverse.sogo.1_3_10' (head c07d2a981f46840c7c328cc149a30955094d55fa)

to branch 'ca.inverse.sogo' (head 010eef1ea5b26dac2a3c224005feae5d974cdef7)

Monotone-Parent: 010eef1ea5b26dac2a3c224005feae5d974cdef7
Monotone-Parent: c07d2a981f46840c7c328cc149a30955094d55fa
Monotone-Revision: 92cceaf860bbf56d983063471093858a3871ec23

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-11-16T00:36:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2011-11-16 00:36:48 +00:00
commit 9c22393497
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ checkDir /var/log/$NAME
. /etc/rc.d/init.d/functions
if [ -z "$GNUSTEP_SYSTEM_ROOT" ]
then
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
. /usr/share/GNUstep/Makefiles/GNUstep.sh
fi
DAEMON_OPTS="-WOWorkersCount $PREFORK -WOPidFile $PIDFILE -WOLogFile $LOGFILE"

View file

@ -21,7 +21,7 @@ function initLogin() {
event.stop(); });
var aboutClose = $("aboutClose");
aboutClose.observe("click", function(event) {
Effect.SlideUp("aboutBox", { duration: 2.0, queue: { position: 'end', scope: 'aboutscope', limit: 2 } });
Effect.SlideUp("aboutBox", { duration: 1.0, queue: { position: 'end', scope: 'aboutscope', limit: 2 } });
event.stop() });
}