diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-14 11:51:16 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-14 11:51:16 +0800 |
commit | cca29c3424aede2bb3c9ec5a6d255ce490d3511b (patch) | |
tree | 7fd4bce6f45b46ce4d925e446c9741327f47fab5 /shell/e-shell-view.h | |
parent | 4fe52955d1583e6895bf85cf62b08102d0923962 (diff) | |
download | gsoc2013-evolution-cca29c3424aede2bb3c9ec5a6d255ce490d3511b.tar.gz gsoc2013-evolution-cca29c3424aede2bb3c9ec5a6d255ce490d3511b.tar.zst gsoc2013-evolution-cca29c3424aede2bb3c9ec5a6d255ce490d3511b.zip |
Demonstrate displaying the test shell view.
Also get the "Switcher Appearance" menu working... mostly. Still need to
respond to GtkSettings notifications and make the preference persistent.
svn path=/branches/kill-bonobo/; revision=35985
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 2 |
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)) |