diff options
| author | Tom Feist <shabble@metavore.org> | 2011-03-19 01:30:47 +0000 | 
|---|---|---|
| committer | Tom Feist <shabble@metavore.org> | 2011-03-19 01:30:47 +0000 | 
| commit | 1d362e5a547a4eba1b6ff81334f48c808a80ba18 (patch) | |
| tree | 80ec29ffcccc87a2ccc61d996724626846bc03ba | |
| parent | ido-mode/ido_switcher: oops again, try using the actual hash key. Maybe even (diff) | |
| download | irssi-scripts-1d362e5a547a4eba1b6ff81334f48c808a80ba18.tar.gz irssi-scripts-1d362e5a547a4eba1b6ff81334f48c808a80ba18.zip | |
ido-mode/ido_switcher: last one, I promise!
| -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 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}; | 
