summaryrefslogtreecommitdiff
path: root/mate-panel/panel-layout.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-04-21 13:41:23 +0200
committerStefano Karapetsas <[email protected]>2014-04-21 13:41:23 +0200
commit0da16b7a0f2d43d50c3087ba904b224eb7e846b3 (patch)
tree31e2f1bfaa31e3f6817b29965f73197abfac635a /mate-panel/panel-layout.c
parentcee5574921774fe9ae6041e2aefc2e0c5129e1af (diff)
downloadmate-panel-0da16b7a0f2d43d50c3087ba904b224eb7e846b3.tar.bz2
mate-panel-0da16b7a0f2d43d50c3087ba904b224eb7e846b3.tar.xz
Use dconf functions from libmate-desktop
Diffstat (limited to 'mate-panel/panel-layout.c')
-rw-r--r--mate-panel/panel-layout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/panel-layout.c b/mate-panel/panel-layout.c
index f7554990..9b1d2801 100644
--- a/mate-panel/panel-layout.c
+++ b/mate-panel/panel-layout.c
@@ -29,7 +29,7 @@
#include <glib.h>
#include <gio/gio.h>
-#include <libpanel-util/panel-dconf.h>
+#include <libmate-desktop/mate-dconf.h>
#include "panel-layout.h"
#include "panel-profile.h"
@@ -166,7 +166,7 @@ panel_layout_append_group_helper (GKeyFile *keyfile,
}
dconf_path = g_strdup_printf (PANEL_RESOURCE_PATH "/%s", dir);
- existing_ids = panel_dconf_list_subdirs (dconf_path, TRUE);
+ existing_ids = mate_dconf_list_subdirs (dconf_path, TRUE);
if (id) {
if (set_screen_to > 0) {