|
From: Daniel G. <dg...@su...> - 2007-12-29 00:53:22
|
On Saturday 29 December 2007 01:39:22 Tonus wrote: > > Sounds like you are using an older version of glib than OpenSync is > > expecting. What version of glib do you have installed on your system? > > glib-1.2.10-i486-3 > glib2-2.12.12-i486-1 > I use linux slackware-12.0 Ooops, g_timeout_source_new_seconds() got introduced with glib2 2.14. http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-timeout-source-new-seconds I'll change it to g_timeout_source_new() which should be available even for glib2 2.12. Milliseconds should be precise enough... best regards, Daniel |