diff options
Diffstat (limited to 'shell/e-shell-window.h')
-rw-r--r-- | shell/e-shell-window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-window.h b/shell/e-shell-window.h index 9baa3cf8e9..8e29093ed7 100644 --- a/shell/e-shell-window.h +++ b/shell/e-shell-window.h @@ -96,7 +96,8 @@ struct _EShellView * GtkAction * e_shell_window_get_shell_view_action (EShellWindow *shell_window, const gchar *view_name); -EFocusTracker * e_shell_window_get_focus_tracker(EShellWindow *shell_window); +EFocusTracker * e_shell_window_get_focus_tracker + (EShellWindow *shell_window); GtkUIManager * e_shell_window_get_ui_manager (EShellWindow *shell_window); GtkAction * e_shell_window_get_action (EShellWindow *shell_window, const gchar *action_name); |