[gnome-panel] Remove g_type_init(), bump GLib required version
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel] Remove g_type_init(), bump GLib required version
- Date: Sat, 7 Dec 2013 11:50:34 +0000 (UTC)
commit 46de3a2220ac09075f067753348e8da93dfbd382
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 64a816d..6cca1e4 100644
--- a/applets/clock/test-system-timezone.c
+++ b/applets/clock/test-system-timezone.c
@@ -74,8 +74,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 ae7e4d7..2e07a8e 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]