diff options
Diffstat (limited to 'shell/e-shortcuts-view.h')
-rw-r--r-- | shell/e-shortcuts-view.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shortcuts-view.h b/shell/e-shortcuts-view.h index 26de749fb9..d98f0e68f6 100644 --- a/shell/e-shortcuts-view.h +++ b/shell/e-shortcuts-view.h @@ -56,7 +56,8 @@ struct _EShortcutsViewClass { void (* activate_shortcut) (EShortcutsView *view, EShortcuts *shortcuts, - const char *uri); + const char *uri, + gboolean in_new_window); void (* hide_requested) (EShortcutsView *view); }; |