diff options
| author | Tom Feist <shabble@metavore.org> | 2011-03-19 01:26:32 +0000 | 
|---|---|---|
| committer | Tom Feist <shabble@metavore.org> | 2011-03-19 01:26:32 +0000 | 
| commit | 623734e8f9c2b1e5648ea52425ad9ea5a170858d (patch) | |
| tree | 0937bfd580229c8e66be16d5433bbc96fa2e55ee | |
| parent | Merge branch 'master' of github.com:shabble/irssi-scripts (diff) | |
| download | irssi-scripts-623734e8f9c2b1e5648ea52425ad9ea5a170858d.tar.gz irssi-scripts-623734e8f9c2b1e5648ea52425ad9ea5a170858d.zip | |
ido-mode/ido_switcher: oops, /win goto, not just /win <num>
| -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}; | 
