diff options
author | Brent Hull <[email protected]> | 2013-01-25 02:39:32 -0500 |
---|---|---|
committer | Brent Hull <[email protected]> | 2013-01-25 02:39:32 -0500 |
commit | 1acc3477eeb71505d68b66ac7aa4a796f86fe69c (patch) | |
tree | c4c7950e24d8393980b41c6bd649c450e628a6f2 /mate-dictionary/src/gdict-app.h | |
parent | 3f783bbd74e1f94e97f91829480b32b05b6480c8 (diff) | |
download | mate-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-app.h')
-rw-r--r-- | mate-dictionary/src/gdict-app.h | 4 |
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; |