aboutsummaryrefslogtreecommitdiffstats
path: root/shell
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 /shell
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 'shell')
-rw-r--r--shell/e-shell-taskbar.h4
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);