aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index abf2950f7..df1274a0a 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -82,6 +82,13 @@ window_cmd_file_print (GtkAction *action,
}
void
+window_cmd_undo_close_tab (GtkAction *action,
+ EphyWindow *window)
+{
+ ephy_session_undo_close_tab (ephy_shell_get_session (ephy_shell_get_default ()));
+}
+
+void
window_cmd_file_send_to (GtkAction *action,
EphyWindow *window)
{