diff options
Diffstat (limited to 'ido-mode')
-rw-r--r-- | ido-mode/ido_switcher.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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}; |