summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/gdict-app.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-01-25 13:41:13 -0800
committerStefano Karapetsas <[email protected]>2013-01-25 13:41:13 -0800
commitbbf4c3447a09a5e4be8307e3df3b3405781bead2 (patch)
treebc924a2c5961e629a55bd046765bc7c45e2b5ad0 /mate-dictionary/src/gdict-app.h
parent3f783bbd74e1f94e97f91829480b32b05b6480c8 (diff)
parentcc8a689bdeb46b3c9fe8247a72b05c8d97762474 (diff)
downloadmate-utils-bbf4c3447a09a5e4be8307e3df3b3405781bead2.tar.bz2
mate-utils-bbf4c3447a09a5e4be8307e3df3b3405781bead2.tar.xz
Merge pull request #18 from bhull2010/master
Port mate-dictionary to Gsettings
Diffstat (limited to 'mate-dictionary/src/gdict-app.h')
-rw-r--r--mate-dictionary/src/gdict-app.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-dictionary/src/gdict-app.h b/mate-dictionary/src/gdict-app.h
index d11167b5..2307c9f7 100644
--- a/mate-dictionary/src/gdict-app.h
+++ b/mate-dictionary/src/gdict-app.h
@@ -23,8 +23,8 @@
#ifndef __GDICT_APP_H__
#define __GDICT_APP_H__
+#include <gio/gio.h>
#include <gtk/gtk.h>
-#include <mateconf/mateconf-client.h>
#include <libgdict/gdict.h>
#include "gdict-window.h"
@@ -43,7 +43,7 @@ struct _GdictApp
{
GObject parent_instance;
- MateConfClient *mateconf_client;
+ GSettings *settings;
GSList *lookup_words;
GSList *match_words;