Add a better fix for the $addr update problem
authorPhil Sutter <phil@nwl.cc>
Sat, 6 Jun 2009 16:18:31 +0000 (18:18 +0200)
committerPhil Sutter <phil@nwl.cc>
Sat, 6 Jun 2009 16:18:31 +0000 (18:18 +0200)
commit3170b5191a25caa2343ed0b6afcc53b1b0b944b2
tree598ab5529e0fa0b36e98fcc7772f05258a60c3a9
parent26ecdcf562eccee8225cfa83df82500e86cd80df
Add a better fix for the $addr update problem

In general, initialising last_update_time to next_update_time upon
startup doesn't make sense, as some update functions check for the
distance between the two being higher than a given epsilon to prevent
updating too often. This means that they won't trigger when
update_stuff() is being run for the first time.
src/conky.c