diff options
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r-- | shell/evolution-shell-component.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index 3e443db1d8..7cf6686ee0 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -155,7 +155,8 @@ struct _EvolutionShellComponentClass { void (* debug) (EvolutionShellComponent *shell_component); void (* interactive) (EvolutionShellComponent *shell_component, - gboolean is_interactive); + gboolean is_interactive, + unsigned long new_view_xid); void (* handle_external_uri) (EvolutionShellComponent *shell_component, const char *uri); |