client: fix bug where <no_project_notices> from account manager didn't work

This commit is contained in:
David Anderson 2013-07-02 20:53:50 -07:00
parent 7a281665c0
commit 9978c40bcb
1 changed files with 5 additions and 3 deletions

View File

@ -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(