|
From: <jgr...@us...> - 2003-10-28 01:07:30
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1:/tmp/cvs-serv1114 Modified Files: popfile-tray.pl Log Message: Select the trayicon Index: popfile-tray.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile-tray.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** popfile-tray.pl 20 Sep 2003 21:33:52 -0000 1.1 --- popfile-tray.pl 28 Oct 2003 01:05:39 -0000 1.2 *************** *** 126,129 **** --- 126,131 ---- $POPFile->CORE_start(); + SetIcon( 'trayicon' ); + # We terminate here because that lets PerlTray start and it will call the Timer # function above |