diff options
author | Dominique Leuenberger <dimstar@opensuse.org> | 2012-11-07 01:33:37 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-11-07 01:33:37 +0800 |
commit | cd27672f61855eb5f5a522bbc3971caabe169d42 (patch) | |
tree | 3c21679ffa115e1050c856ee0be15f72c5e68fc8 /shell | |
parent | 3e52c7380bbcfbee3ff6e1bbc25cb5fda66db4f4 (diff) | |
download | gsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.tar.gz gsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.tar.zst gsoc2013-evolution-cd27672f61855eb5f5a522bbc3971caabe169d42.zip |
Bug #656143 - Stop using deprecated Gtk[HV]Box(Class)
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-taskbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-taskbar.h b/shell/e-shell-taskbar.h index e01ec40989..8bcbecd401 100644 --- a/shell/e-shell-taskbar.h +++ b/shell/e-shell-taskbar.h @@ -59,12 +59,12 @@ typedef struct _EShellTaskbarPrivate EShellTaskbarPrivate; * functions below. **/ struct _EShellTaskbar { - GtkHBox parent; + GtkBox parent; EShellTaskbarPrivate *priv; }; struct _EShellTaskbarClass { - GtkHBoxClass parent_class; + GtkBoxClass parent_class; }; GType e_shell_taskbar_get_type (void); |