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/panel-separator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mate-panel/panel-separator.c') diff --git a/mate-panel/panel-separator.c b/mate-panel/panel-separator.c index 9a8e7186..b7122c15 100644 --- a/mate-panel/panel-separator.c +++ b/mate-panel/panel-separator.c @@ -203,7 +203,7 @@ panel_separator_set_orientation (PanelSeparator *separator, } void -panel_separator_load_from_mateconf (PanelWidget *panel, +panel_separator_load_from_gsettings (PanelWidget *panel, gboolean locked, int position, const char *id) @@ -238,7 +238,7 @@ panel_separator_create (PanelToplevel *toplevel, id = panel_profile_prepare_object (PANEL_OBJECT_SEPARATOR, toplevel, position, FALSE); - panel_profile_add_to_list (PANEL_MATECONF_OBJECTS, id); + panel_profile_add_to_list (PANEL_GSETTINGS_OBJECTS, id); g_free (id); } -- cgit v1.2.1