[Xfce4-commits] <parole:master> Fixed removal of XInitThreads call. Should fix crashing.
Sean Davis
noreply at xfce.org
Wed Aug 8 15:36:01 CEST 2012
Updating branch refs/heads/master
to 600417a6fbd9ef972339f6906e6ffa2273e2d1f0 (commit)
from c22c6a5519f1a2cbc64dc3a7927617a720f978b1 (commit)
commit 600417a6fbd9ef972339f6906e6ffa2273e2d1f0
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Wed Aug 8 09:34:55 2012 -0400
Fixed removal of XInitThreads call. Should fix crashing.
src/main.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/main.c b/src/main.c
index ca7502c..22006d6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -244,8 +244,6 @@ int main (int argc, char **argv)
{ NULL, },
};
- if ( !g_thread_supported () )
-
XInitThreads();
xfce_textdomain (GETTEXT_PACKAGE, LOCALEDIR, "UTF-8");
More information about the Xfce4-commits
mailing list