aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 01c3e1da75..641eed6406 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -37,7 +37,7 @@
((obj), E_TYPE_SHELL_VIEW))
#define E_IS_SHELL_VIEW_CLASS(cls) \
(G_TYPE_CHECK_CLASS_TYPE \
- ((obj), E_TYPE_SHELL_VIEW))
+ ((cls), E_TYPE_SHELL_VIEW))
#define E_SHELL_VIEW_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS \
((obj), E_TYPE_SHELL_VIEW, EShellViewClass))