aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-button.h
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2012-11-07 01:33:37 +0800
committerMilan Crha <mcrha@redhat.com>2012-11-07 01:33:37 +0800
commitcd27672f61855eb5f5a522bbc3971caabe169d42 (patch)
tree3c21679ffa115e1050c856ee0be15f72c5e68fc8 /widgets/misc/e-attachment-button.h
parent3e52c7380bbcfbee3ff6e1bbc25cb5fda66db4f4 (diff)
downloadgsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.tar
gsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.tar.gz
gsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.tar.bz2
gsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.tar.lz
gsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.tar.xz
gsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.tar.zst
gsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.zip
Bug #656143 - Stop using deprecated Gtk[HV]Box(Class)
Diffstat (limited to 'widgets/misc/e-attachment-button.h')
-rw-r--r--widgets/misc/e-attachment-button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-attachment-button.h b/widgets/misc/e-attachment-button.h
index b8a0cbb16d..56adf704f0 100644
--- a/widgets/misc/e-attachment-button.h
+++ b/widgets/misc/e-attachment-button.h
@@ -52,12 +52,12 @@ typedef struct _EAttachmentButtonClass EAttachmentButtonClass;
typedef struct _EAttachmentButtonPrivate EAttachmentButtonPrivate;
struct _EAttachmentButton {
- GtkHBox parent;
+ GtkBox parent;
EAttachmentButtonPrivate *priv;
};
struct _EAttachmentButtonClass {
- GtkHBoxClass parent_class;
+ GtkBoxClass parent_class;
};
GType e_attachment_button_get_type (void);