[Xfce4-commits] <xfce4-panel:devel> Don't initialize threads in the panel.

Nick Schermer nick at xfce.org
Tue Aug 11 20:32:39 CEST 2009


Updating branch refs/heads/devel
         to 09039a1982dbbce1a2003ccfe4798fe5fd8d224e (commit)
       from 9d967f605d2671459592d55aa9ecaed932e91bce (commit)

commit 09039a1982dbbce1a2003ccfe4798fe5fd8d224e
Author: Nick Schermer <nick at xfce.org>
Date:   Sat May 30 20:17:41 2009 +0200

    Don't initialize threads in the panel.

 panel/main.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/panel/main.c b/panel/main.c
index 519ce37..d535544 100644
--- a/panel/main.c
+++ b/panel/main.c
@@ -140,10 +140,6 @@ main (gint argc, gchar **argv)
   /* set translation domain */
   xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8");
 
-  /* initialize the gthread system */
-  if (g_thread_supported () == FALSE)
-    g_thread_init (NULL);
-
   /* initialize gtk+ */
   if (!gtk_init_with_args (&argc, &argv, _("[ARGUMENTS...]"), option_entries, (gchar *) GETTEXT_PACKAGE, &error))
     {



More information about the Xfce4-commits mailing list