summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-16 13:13:12 +0100
committerinfirit <[email protected]>2014-12-16 13:13:12 +0100
commit5cd04b66774752f6763fcfe41785645d1fa5260d (patch)
tree7c34140266cc5c094db406ae1250884a16a51eda
parent59593e0c5533698a56fabd4f230c3b3579628a85 (diff)
downloadmate-system-monitor-5cd04b66774752f6763fcfe41785645d1fa5260d.tar.bz2
mate-system-monitor-5cd04b66774752f6763fcfe41785645d1fa5260d.tar.xz
Remove deprecated call to g_type_init
-rw-r--r--configure.ac2
-rw-r--r--src/procman.cpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d413799..bbe9553 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_LANG_COMPILER_REQUIRE
AC_HEADER_STDC
MATE_COMPILE_WARNINGS
-GLIB_REQUIRED=2.28.0
+GLIB_REQUIRED=2.36.0
LIBGTOP_REQUIRED=2.23.1
MATE_ICON_THEME_REQUIRED=1.1.0
GIOMM_REQUIRED=2.26.0
diff --git a/src/procman.cpp b/src/procman.cpp
index 180b0d4..573c49e 100644
--- a/src/procman.cpp
+++ b/src/procman.cpp
@@ -712,8 +712,6 @@ main (int argc, char *argv[])
exit (0);
}
- g_type_init ();
-
gtk_window_set_default_icon_name ("utilities-system-monitor");
g_set_application_name(_("System Monitor"));