aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-taskbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-taskbar.h')
-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);