diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/procman.cpp | 2 |
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")); |