[gnome-screenshot] screenshot: don't call g_thread_init()
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-screenshot] screenshot: don't call g_thread_init()
- Date: Tue, 25 Oct 2011 14:02:11 +0000 (UTC)
commit 606842fd5172e406dc123bfda0de8e64f45945d8
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Oct 25 09:43:11 2011 -0400
screenshot: don't call g_thread_init()
GLib does it for us nowadays.
src/gnome-screenshot.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-screenshot.c b/src/gnome-screenshot.c
index 3390914..3c24c01 100644
--- a/src/gnome-screenshot.c
+++ b/src/gnome-screenshot.c
@@ -675,8 +675,6 @@ main (int argc, char *argv[])
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- g_thread_init (NULL);
-
context = g_option_context_new (_("Take a picture of the screen"));
g_option_context_set_ignore_unknown_options (context, FALSE);
g_option_context_set_help_enabled (context, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]