From cd27672f61855eb5f5a522bbc3971caabe169d42 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 6 Nov 2012 18:33:37 +0100 Subject: Bug #656143 - Stop using deprecated Gtk[HV]Box(Class) --- shell/e-shell-taskbar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/e-shell-taskbar.h') 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); -- cgit