1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00

api change for dexter_timedsampler_new

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@829 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2007-01-10 02:57:58 +00:00
parent 13adfd42dd
commit 1ff451efdd
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
# $Id$
2006-01-07
2007-01-09
* API change (timing in milliseconds) for dexter_timedsampler_new ().
2007-01-07
* Add config.rpath (created by gettextize -copy) to distribution
to satisfy AM_ICONV.
* Clean up some warnings; remove ftp.[ch] from src/Makefile.am.

View File

@ -2140,7 +2140,7 @@ int dexter_client_init (void)
callbacks[0] = sampler_data_callback;
/* create the procraw timed sampler, timed to match conky's update_interval */
procraw_sampler = dexter_timedsampler_new (procraw_service, update_interval*G_USEC_PER_SEC,
procraw_sampler = dexter_timedsampler_new (procraw_service, update_interval*1000 /* millsecs */,
callbacks, info.dexter.channel, &error);
if (error)
{