Added tray tooltip.

Increased client cache time to 1.5 seconds.
This commit is contained in:
Andrew Resch 2007-12-22 20:35:43 +00:00
commit 58a240a998
4 changed files with 22 additions and 5 deletions

View file

@ -56,7 +56,7 @@ _extra_compile_args = [
"-O2"
]
removals = ["-Wstrict-prototypes"]
removals = ["-g", "-p", "-Wstrict-prototypes"]
if python_version == '2.5':
cv_opt = sysconfig.get_config_vars()["CFLAGS"]