From: <jgr...@us...> - 2003-05-06 16:16:35
|
Update of /cvsroot/popfile/windows/POPFileIcon In directory sc8-pr-cvs1:/tmp/cvs-serv20079 Modified Files: icon.cpp Log Message: Clear UI needed flag once it is queried Index: icon.cpp =================================================================== RCS file: /cvsroot/popfile/windows/POPFileIcon/icon.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** icon.cpp 6 May 2003 16:11:56 -0000 1.1 --- icon.cpp 6 May 2003 16:16:30 -0000 1.2 *************** *** 180,183 **** --- 180,184 ---- if ( gUI ) { + gUI = false; return 2; } |