From 876f39364e2106c8cb96fa4a9067359e5a350583 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 11 Oct 2012 00:01:30 +0200 Subject: migrate mate-panel to gsettings --- mate-panel/main.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'mate-panel/main.c') diff --git a/mate-panel/main.c b/mate-panel/main.c index 7721fade..52535542 100644 --- a/mate-panel/main.c +++ b/mate-panel/main.c @@ -20,7 +20,6 @@ #include #include -#include "panel-mateconf.h" #include "panel-profile.h" #include "panel-config-global.h" #include "panel-shell.h" @@ -115,11 +114,6 @@ main (int argc, char **argv) panel_multiscreen_init (); panel_init_stock_icons_and_items (); - mateconf_client_add_dir (panel_mateconf_get_client (), - "/desktop/mate/interface", - MATECONF_CLIENT_PRELOAD_NONE, - NULL); - panel_global_config_load (); panel_lockdown_init (); panel_profile_load (); @@ -143,10 +137,6 @@ main (int argc, char **argv) panel_lockdown_finalize (); - mateconf_client_remove_dir (panel_mateconf_get_client (), - "/desktop/mate/interface", - NULL); - panel_cleanup_do (); return 0; -- cgit v1.2.1