diff options
author | infirit <[email protected]> | 2014-12-16 13:12:10 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-16 13:12:10 +0100 |
commit | 59593e0c5533698a56fabd4f230c3b3579628a85 (patch) | |
tree | 5d9c87a4c225a067a887d90f001d163dc7d934a8 /src | |
parent | bc87b7b4a1b199606a29877067ae657f850f1618 (diff) | |
download | mate-system-monitor-59593e0c5533698a56fabd4f230c3b3579628a85.tar.bz2 mate-system-monitor-59593e0c5533698a56fabd4f230c3b3579628a85.tar.xz |
Revert "g_type_init is deprecated in Glib 2.36"
This reverts commit bc87b7b4a1b199606a29877067ae657f850f1618.
Diffstat (limited to 'src')
-rw-r--r-- | src/procman.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/procman.cpp b/src/procman.cpp index f03b259..180b0d4 100644 --- a/src/procman.cpp +++ b/src/procman.cpp @@ -712,9 +712,7 @@ main (int argc, char *argv[]) exit (0); } -#if !GLIB_CHECK_VERSION (2, 36, 0) g_type_init (); -#endif gtk_window_set_default_icon_name ("utilities-system-monitor"); g_set_application_name(_("System Monitor")); |