View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd
In directory usw-pr-cvs1:/tmp/cvs-serv12188
Modified Files:
search.htm version.js
Log Message:
Added tray icon refresh code
Index: search.htm
===================================================================
RCS file: /cvsroot/dqsd/dqsd/search.htm,v
retrieving revision 1.151
retrieving revision 1.152
diff -C2 -d -r1.151 -r1.152
*** search.htm 22 Jul 2002 16:44:11 -0000 1.151
--- search.htm 23 Jul 2002 21:34:19 -0000 1.152
***************
*** 183,186 ****
--- 183,188 ----
if(t == "quitdqsd") { shutdown(); return false; }
+ if(t == "refreshicons") { refreshIcons(); return false; }
+
// anything below adds something to the history
addhist(t);
***************
*** 872,875 ****
--- 874,879 ----
// keyboardHook.ShutdownBar();
+
+ refreshIcons();
}
catch(e)
***************
*** 893,897 ****
}
!
</script>
--- 897,911 ----
}
! function refreshIcons()
! {
! try
! {
! keyboardHook.RefreshTrayIcons();
! }
! catch(e)
! {
! alert("Refresh failed with error: " + e.description);
! }
! }
</script>
Index: version.js
===================================================================
RCS file: /cvsroot/dqsd/dqsd/version.js,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** version.js 19 Jul 2002 15:20:22 -0000 1.15
--- version.js 23 Jul 2002 21:34:19 -0000 1.16
***************
*** 22,26 ****
// The DLL version has to be great than or equal to
// this number
! if(!testObject.VersionIsCorrect(3,0,0,21))
{
alert("The DQSD helper DLL is out of date");
--- 22,26 ----
// The DLL version has to be great than or equal to
// this number
! if(!testObject.VersionIsCorrect(3,0,0,22))
{
alert("The DQSD helper DLL is out of date");
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/