From 623734e8f9c2b1e5648ea52425ad9ea5a170858d Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 19 Mar 2011 01:26:32 +0000 Subject: ido-mode/ido_switcher: oops, /win goto, not just /win --- ido-mode/ido_switcher.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ido-mode/ido_switcher.pl') diff --git a/ido-mode/ido_switcher.pl b/ido-mode/ido_switcher.pl index 6eeb7ca..db44523 100644 --- a/ido-mode/ido_switcher.pl +++ b/ido-mode/ido_switcher.pl @@ -416,7 +416,7 @@ sub get_all_windows { _debug_print "Selecting window: " . $selected->{name}; # Irssi::command("WINDOW GOTO " . $selected->{name}); - Irssi::command("WINDOW " . $selected->{refnum}); + Irssi::command("WINDOW GOTO" . $selected->{refnum}); if ($selected->{type} ne 'WIN') { _debug_print "Selecting window item: " . $selected->{itemname}; -- cgit v1.2.3