[gnome-panel/wip/gnome-3.10+: 12/75] Remove g_type_init(), bump GLib required version



commit bdfcaa5866ab307882b7e6d114139dcde6b29700
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Dec 7 12:49:54 2013 +0200

    Remove g_type_init(), bump GLib required version

 applets/clock/test-system-timezone.c |    2 --
 configure.ac                         |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/applets/clock/test-system-timezone.c b/applets/clock/test-system-timezone.c
index a0cd73c..62261a4 100644
--- a/applets/clock/test-system-timezone.c
+++ b/applets/clock/test-system-timezone.c
@@ -73,8 +73,6 @@ main (int    argc,
 
        retval = 0;
 
-       g_type_init ();
-
        context = g_option_context_new ("");
        g_option_context_add_main_entries (context, options, NULL);
 
diff --git a/configure.ac b/configure.ac
index 8c08c32..d1ac86c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ AC_CHECK_FUNCS(_NSGetEnviron)
 LIBGNOME_DESKTOP_REQUIRED=2.91.0
 GDK_PIXBUF_REQUIRED=2.25.2
 PANGO_REQUIRED=1.15.4
-GLIB_REQUIRED=2.31.14
+GLIB_REQUIRED=2.35.0
 GTK_REQUIRED=3.3.8
 LIBWNCK_REQUIRED=2.91.0
 GCONF_REQUIRED=2.6.1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]