From c701a5e0260fb27c26a4e81edaee61db651b1040 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 10 Sep 2008 18:36:36 +0000 Subject: Add stubs for calendar, task, and memo shell views. svn path=/branches/kill-bonobo/; revision=36296 --- shell/e-shell-view.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'shell/e-shell-view.c') diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index b12f4c86f2..5d14834721 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -372,14 +372,6 @@ e_shell_view_get_type (void) return type; } -GtkAction * -e_shell_view_get_action (EShellView *shell_view) -{ - g_return_val_if_fail (E_IS_SHELL_VIEW (shell_view), NULL); - - return shell_view->priv->action; -} - const gchar * e_shell_view_get_name (EShellView *shell_view) { @@ -395,6 +387,14 @@ e_shell_view_get_name (EShellView *shell_view) return g_object_get_data (G_OBJECT (action), "view-name"); } +GtkAction * +e_shell_view_get_action (EShellView *shell_view) +{ + g_return_val_if_fail (E_IS_SHELL_VIEW (shell_view), NULL); + + return shell_view->priv->action; +} + const gchar * e_shell_view_get_title (EShellView *shell_view) { -- cgit v1.2.3