Re: [PATCH v2 1/2] cld: in tests, call g_thread_init before cld_init

2009-11-28 Thread Jeff Garzik
On 11/27/2009 09:21 PM, Colin McCabe wrote: Signed-off-by: Colin McCabe --- test/it-works.c|1 + test/load-file-event.c |1 + test/lock-file-event.c |1 + test/save-file-event.c |1 + 4 files changed, 4 insertions(+), 0 deletions(-) applied -- To unsubscribe fro

[PATCH v2 1/2] cld: in tests, call g_thread_init before cld_init

2009-11-28 Thread Colin McCabe
From: cmccabe Signed-off-by: Colin McCabe --- test/it-works.c|1 + test/load-file-event.c |1 + test/lock-file-event.c |1 + test/save-file-event.c |1 + 4 files changed, 4 insertions(+), 0 deletions(-) diff --git a/test/it-works.c b/test/it-works.c index bd2f965..0e93

Re: [PATCH v2 1/2] cld: in tests, call g_thread_init before cld_init

2009-11-28 Thread Colin McCabe
Oops... please ignore the From: line. C. On Fri, Nov 27, 2009 at 6:21 PM, Colin McCabe wrote: > From: cmccabe > > Signed-off-by: Colin McCabe > > --- > test/it-works.c|1 + > test/load-file-event.c |1 + > test/lock-file-event.c |1 + > test/save-file-event.c |1 + >