diff options
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); |