diff options
author | =?UTF-8?q?Chris=20K=C3=BChl?= <[email protected]> | 2011-01-27 11:55:10 +0100 |
---|---|---|
committer | Benjamin Valentin <[email protected]> | 2012-03-17 16:45:50 +0100 |
commit | 7b0f14e04533ae7cdb3689862e763f90c688dccf (patch) | |
tree | 80bf8a5c44883ef5c6b3543f0dcc6ed52b0af308 /src | |
parent | bb04c1debe08a65ca834ad531b73fcc58b37eb2a (diff) | |
download | mate-system-monitor-7b0f14e04533ae7cdb3689862e763f90c688dccf.tar.bz2 mate-system-monitor-7b0f14e04533ae7cdb3689862e763f90c688dccf.tar.xz |
Removed use of deprecated mateconf_init.
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 9a4d543..bffb4af 100644 --- a/src/procman.cpp +++ b/src/procman.cpp @@ -734,8 +734,6 @@ main (int argc, char *argv[]) gtk_window_set_default_icon_name ("utilities-system-monitor"); g_set_application_name(_("System Monitor")); - mateconf_init (argc, argv, NULL); - client = mateconf_client_get_default (); mateconf_client_add_dir(client, "/apps/procman", MATECONF_CLIENT_PRELOAD_NONE, NULL); |