summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/gdict-app.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-dictionary/src/gdict-app.h')
-rw-r--r--mate-dictionary/src/gdict-app.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mate-dictionary/src/gdict-app.h b/mate-dictionary/src/gdict-app.h
index f91bc908..b0a6ae2d 100644
--- a/mate-dictionary/src/gdict-app.h
+++ b/mate-dictionary/src/gdict-app.h
@@ -48,15 +48,15 @@ struct _GdictApp
GSList *lookup_words;
GSList *match_words;
gint remaining_words;
-
+
gchar *database;
gchar *source_name;
gboolean no_window;
-
+
GdictSourceLoader *loader;
GdictWindow *current_window;
- GSList *windows;
+ GSList *windows;
};