aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-switcher.h
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-03-04 18:26:31 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-14 09:53:17 +0800
commit51cbd483d163138c3b570b01f0921f767ca64a7e (patch)
tree84d6116e1c25ce57a8fdf5798feb634744e4c075 /shell/e-shell-switcher.h
parentf309ab6ad224f7dbb10176d4197ee674c7a84f38 (diff)
downloadgsoc2013-evolution-51cbd483d163138c3b570b01f0921f767ca64a7e.tar
gsoc2013-evolution-51cbd483d163138c3b570b01f0921f767ca64a7e.tar.gz
gsoc2013-evolution-51cbd483d163138c3b570b01f0921f767ca64a7e.tar.bz2
gsoc2013-evolution-51cbd483d163138c3b570b01f0921f767ca64a7e.tar.lz
gsoc2013-evolution-51cbd483d163138c3b570b01f0921f767ca64a7e.tar.xz
gsoc2013-evolution-51cbd483d163138c3b570b01f0921f767ca64a7e.tar.zst
gsoc2013-evolution-51cbd483d163138c3b570b01f0921f767ca64a7e.zip
re-enable middle-click to open in new window with new actions
Diffstat (limited to 'shell/e-shell-switcher.h')
-rw-r--r--shell/e-shell-switcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-switcher.h b/shell/e-shell-switcher.h
index 1cc644595b..dd3eddf970 100644
--- a/shell/e-shell-switcher.h
+++ b/shell/e-shell-switcher.h
@@ -78,7 +78,8 @@ struct _EShellSwitcherClass {
GType e_shell_switcher_get_type (void);
GtkWidget * e_shell_switcher_new (void);
void e_shell_switcher_add_action (EShellSwitcher *switcher,
- GtkAction *action);
+ GtkAction *switch_action,
+ GtkAction *new_window_action);
GtkToolbarStyle e_shell_switcher_get_style (EShellSwitcher *switcher);
void e_shell_switcher_set_style (EShellSwitcher *switcher,
GtkToolbarStyle style);