From 1d362e5a547a4eba1b6ff81334f48c808a80ba18 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 19 Mar 2011 01:30:47 +0000 Subject: ido-mode/ido_switcher: last one, I promise! --- 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 cd789f8..91da08b 100644 --- a/ido-mode/ido_switcher.pl +++ b/ido-mode/ido_switcher.pl @@ -416,7 +416,7 @@ sub get_all_windows { _debug_print sprintf("Selecting window: %s (%d)", $selected->{name}, $selected->{num}); - Irssi::command("WINDOW GOTO" . $selected->{num}); + Irssi::command("WINDOW GOTO " . $selected->{num}); if ($selected->{type} ne 'WIN') { _debug_print "Selecting window item: " . $selected->{itemname}; -- cgit v1.2.3