summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/gdict-pref-dialog.h
diff options
context:
space:
mode:
authorBrent Hull <[email protected]>2013-01-25 02:39:32 -0500
committerBrent Hull <[email protected]>2013-01-25 02:39:32 -0500
commit1acc3477eeb71505d68b66ac7aa4a796f86fe69c (patch)
treec4c7950e24d8393980b41c6bd649c450e628a6f2 /mate-dictionary/src/gdict-pref-dialog.h
parent3f783bbd74e1f94e97f91829480b32b05b6480c8 (diff)
downloadmate-utils-1acc3477eeb71505d68b66ac7aa4a796f86fe69c.tar.bz2
mate-utils-1acc3477eeb71505d68b66ac7aa4a796f86fe69c.tar.xz
Port mate-dictionary (and applet) to Gsettings (main program based on GNOME patch)
Diffstat (limited to 'mate-dictionary/src/gdict-pref-dialog.h')
-rw-r--r--mate-dictionary/src/gdict-pref-dialog.h22
1 files changed, 8 insertions, 14 deletions
diff --git a/mate-dictionary/src/gdict-pref-dialog.h b/mate-dictionary/src/gdict-pref-dialog.h
index 5abb345a..1b25884d 100644
--- a/mate-dictionary/src/gdict-pref-dialog.h
+++ b/mate-dictionary/src/gdict-pref-dialog.h
@@ -36,20 +36,14 @@ G_BEGIN_DECLS
#define GDICT_DEFAULT_PRINT_FONT "Serif 10"
#define GDICT_DEFAULT_SOURCE_NAME "Default"
-#define GDICT_MATECONF_DIR "/apps/mate-dictionary"
-#define GDICT_MATECONF_DATABASE_KEY GDICT_MATECONF_DIR "/database"
-#define GDICT_MATECONF_STRATEGY_KEY GDICT_MATECONF_DIR "/strategy"
-#define GDICT_MATECONF_PRINT_FONT_KEY GDICT_MATECONF_DIR "/print-font"
-#define GDICT_MATECONF_SOURCE_KEY GDICT_MATECONF_DIR "/source-name"
-#define GDICT_MATECONF_WINDOW_WIDTH_KEY GDICT_MATECONF_DIR "/default-window-width"
-#define GDICT_MATECONF_WINDOW_HEIGHT_KEY GDICT_MATECONF_DIR "/default-window-height"
-#define GDICT_MATECONF_WINDOW_IS_MAXIMIZED_KEY GDICT_MATECONF_DIR "/window-is-maximized"
-#define GDICT_MATECONF_SIDEBAR_VISIBLE_KEY GDICT_MATECONF_DIR "/sidebar-visible"
-#define GDICT_MATECONF_SIDEBAR_PAGE_KEY GDICT_MATECONF_DIR "/sidebar-page"
-#define GDICT_MATECONF_SIDEBAR_WIDTH_KEY GDICT_MATECONF_DIR "/sidebar-width"
-#define GDICT_MATECONF_STATUSBAR_VISIBLE_KEY GDICT_MATECONF_DIR "/statusbar-visible"
-
-#define DOCUMENT_FONT_KEY "/desktop/mate/interface/document_font_name"
+#define GDICT_SETTINGS_SCHEMA "org.mate.dictionary"
+#define GDICT_SETTINGS_DATABASE_KEY "database"
+#define GDICT_SETTINGS_STRATEGY_KEY "strategy"
+#define GDICT_SETTINGS_PRINT_FONT_KEY "print-font"
+#define GDICT_SETTINGS_SOURCE_KEY "source-name"
+
+#define DESKTOP_SETTINGS_SCHEMA "org.mate.interface"
+#define DOCUMENT_FONT_KEY "document-font-name"
typedef struct _GdictPrefDialog GdictPrefDialog;
typedef struct _GdictPrefDialogClass GdictPrefDialogClass;