mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Set the server list state to xfer for async fetch
This commit is contained in:
parent
b593da7c2a
commit
bf35007fdd
1 changed files with 2 additions and 0 deletions
|
@ -535,6 +535,8 @@ GError ServerListUpdate2(GServerList serverlist, gbool async, char *filter, GQue
|
|||
serverlist->async = async;
|
||||
|
||||
if (async) {
|
||||
// As it's asynchronous, set the state to transfering
|
||||
ServerListModeChange(serverlist, sl_listxfer);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue