mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Also halt the secondary server list if it exists, when canceling refresh
This commit is contained in:
parent
e2d6156b5a
commit
e7499cca04
1 changed files with 3 additions and 0 deletions
|
@ -651,6 +651,9 @@ static void AddFilter(char* filter, const char* value) {
|
|||
void UIFAKKServerList::CancelRefresh( Event *ev )
|
||||
{
|
||||
ServerListHalt(m_serverList[0]);
|
||||
if (m_serverList[1]) {
|
||||
ServerListHalt(m_serverList[1]);
|
||||
}
|
||||
}
|
||||
|
||||
void UIFAKKServerList::NewServerList( void )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue