summaryrefslogtreecommitdiff
path: root/mate-dictionary/libgdict/gdict-speller.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-01-22 15:10:28 +0300
committermonsta <[email protected]>2016-01-22 15:10:28 +0300
commit3967123299f476612b6d546b0b31c9293b3d5f26 (patch)
treed7d0e771cdbd38702cfebf0aa37a7f28826a7b30 /mate-dictionary/libgdict/gdict-speller.h
parent61fc4065c4cdcb49aeab3a38a9da95a043260f50 (diff)
downloadmate-utils-3967123299f476612b6d546b0b31c9293b3d5f26.tar.bz2
mate-utils-3967123299f476612b6d546b0b31c9293b3d5f26.tar.xz
[GTK+3] dictionary: (almost) fix deprecated usage of Gtk{H,V}Box
Diffstat (limited to 'mate-dictionary/libgdict/gdict-speller.h')
-rw-r--r--mate-dictionary/libgdict/gdict-speller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-dictionary/libgdict/gdict-speller.h b/mate-dictionary/libgdict/gdict-speller.h
index 91b79207..51c46aad 100644
--- a/mate-dictionary/libgdict/gdict-speller.h
+++ b/mate-dictionary/libgdict/gdict-speller.h
@@ -38,7 +38,7 @@ typedef struct _GdictSpellerClass GdictSpellerClass;
struct _GdictSpeller
{
- GtkVBox parent_instance;
+ GtkBox parent_instance;
/*< private >*/
GdictSpellerPrivate *priv;
@@ -46,7 +46,7 @@ struct _GdictSpeller
struct _GdictSpellerClass
{
- GtkVBoxClass parent_class;
+ GtkBoxClass parent_class;
void (*word_activated) (GdictSpeller *speller,
const gchar *word,