mirror of https://github.com/BOINC/boinc.git
client: fix bug where <no_project_notices> from account manager didn't work
This commit is contained in:
parent
7a281665c0
commit
9978c40bcb
|
@ -663,9 +663,11 @@ void ACCT_MGR_OP::handle_reply(int http_op_retval) {
|
|||
gstate.read_global_prefs();
|
||||
}
|
||||
|
||||
if (got_rss_feeds) {
|
||||
handle_sr_feeds(rss_feeds, &gstate.acct_mgr_info);
|
||||
}
|
||||
handle_sr_feeds(rss_feeds, &gstate.acct_mgr_info);
|
||||
|
||||
// in case no_project_notices changed
|
||||
//
|
||||
::rss_feeds.update_feed_list();
|
||||
}
|
||||
|
||||
safe_strcpy(
|
||||
|
|
Loading…
Reference in New Issue