Skip to content

Commit

Permalink
fixed active channel incorrectly reflecting in channel organizer
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaryan committed May 21, 2015
1 parent 10b094f commit e09212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/channelOrganizer.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ chOrgNewCh:
changeChannel(CN.Total)
renameChannel(CN.Total-1, out)
gosub chOrg_addChList
; gosub chOrg_addChUseList ; No need as changeChannel calls it
gosub chOrg_addChUseList ; No need as changeChannel calls it but Needed here as it name changes later on
; GuiControl, chOrg:Choose, Listbox1, % CN.Total+1 ; makes no sense to open an empty channel
}
return
Expand Down

0 comments on commit e09212b

Please sign in to comment.