Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=3f1f3fa23570e85fb49d6f115133ef98dd29160f

commit 3f1f3fa23570e85fb49d6f115133ef98dd29160f
Author: Priyank <[EMAIL PROTECTED]>
Date:   Fri Sep 19 21:23:22 2008 +0530

fun.c: removed g_thread_init() call

diff --git a/src/fun.c b/src/fun.c
index 81a48b1..60efefa 100644
--- a/src/fun.c
+++ b/src/fun.c
@@ -49,9 +49,6 @@ fun_glade_init (void)
int
main (int argc, char **argv)
{
-       /* initialize thread */
-       g_thread_init (NULL);
-
/* set the locale */
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to