[Xfce4-commits] [apps/xfce4-screensaver] 152/425: Dont call g_thread_init
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 01:49:59 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit 19b8391037abcfbae0de67a40b77e6eff2a8a8f4
Author: Stefano Karapetsas <stefano at karapetsas.com>
Date: Wed Jul 2 16:49:29 2014 +0200
Dont call g_thread_init
---
savers/slideshow.c | 1 -
src/test-passwd.c | 5 -----
2 files changed, 6 deletions(-)
diff --git a/savers/slideshow.c b/savers/slideshow.c
index bfcc50e..24dc394 100644
--- a/savers/slideshow.c
+++ b/savers/slideshow.c
@@ -75,7 +75,6 @@ main (int argc, char **argv)
error = NULL;
- g_thread_init (NULL);
ret = gtk_init_with_args (&argc, &argv,
NULL,
entries,
diff --git a/src/test-passwd.c b/src/test-passwd.c
index 2497045..9359fb1 100644
--- a/src/test-passwd.c
+++ b/src/test-passwd.c
@@ -237,11 +237,6 @@ main (int argc,
textdomain (GETTEXT_PACKAGE);
#endif
- if (! g_thread_supported ())
- {
- g_thread_init (NULL);
- }
-
gs_auth_set_verbose (verbose);
if (! privileged_initialization ())
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list