[gnome-power-manager] Remove calls to g_type_init()
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-power-manager] Remove calls to g_type_init()
- Date: Tue, 16 Jul 2013 11:12:41 +0000 (UTC)
commit a1a12173f8dbfd20ae7d6a982801df16305052b7
Author: Richard Hughes <richard hughsie com>
Date: Tue Jul 16 12:12:36 2013 +0100
Remove calls to g_type_init()
configure.ac | 2 +-
src/gpm-statistics.c | 2 --
2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5bc967f..4024a21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,7 @@ GLIB_GSETTINGS
dnl ---------------------------------------------------------------------------
dnl - Check library dependencies
dnl ---------------------------------------------------------------------------
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.31.10 gobject-2.0 gio-2.0 >= 2.25.9)
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.36.0 gobject-2.0 gio-2.0 >= 2.25.9)
PKG_CHECK_MODULES(GNOME, [
gtk+-3.0 >= 3.3.8
diff --git a/src/gpm-statistics.c b/src/gpm-statistics.c
index 966d382..c749191 100644
--- a/src/gpm-statistics.c
+++ b/src/gpm-statistics.c
@@ -2108,8 +2108,6 @@ main (int argc, char *argv[])
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- g_type_init ();
-
gtk_init (&argc, &argv);
/* get data from gconf */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]