[gtranslator] Bump required glib and remove deprecated function
- From: Seán de Búrca <sdeburca src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator] Bump required glib and remove deprecated function
- Date: Sat, 7 Sep 2013 17:50:00 +0000 (UTC)
commit a9051692fa25986fbb3bf84ba9ec96cc51e32bbe
Author: Seán de Búrca <leftmostcat gmail com>
Date: Sat Sep 7 11:43:09 2013 -0600
Bump required glib and remove deprecated function
configure.ac | 2 +-
src/main.c | 3 ---
2 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f0aa013..1269d16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ dnl ==========================================================================
GTHREAD_REQUIRED=2.13.0
GTK_REQUIRED=3.4.2
-GLIB_REQUIRED=2.32.0
+GLIB_REQUIRED=2.36.0
LIBXML_REQUIRED=2.4.12
SOURCEVIEW_REQUIRED=3.0.0
diff --git a/src/main.c b/src/main.c
index deb0849..daaf3d1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -78,9 +78,6 @@ main (gint argc, gchar * argv[])
GtrApplication *app;
gint status;
- /* Init type system and threads as soon as possible */
- g_type_init ();
-
gtr_dirs_init ();
/* Initialize gettext. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]