mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-17 17:43:59 -05:00
Fixed compile issues with master
This commit is contained in:
parent
ef73c5c9a5
commit
c0be74d405
8 changed files with 11 additions and 11 deletions
|
|
@ -316,11 +316,11 @@ void NotifyPage::load()
|
|||
whileBlocking(ui.notify_Forums )->setChecked(!!(newsflags & RsFeedTypeFlags::RS_FEED_TYPE_FORUM));
|
||||
whileBlocking(ui.notify_Posted )->setChecked(!!(newsflags & RsFeedTypeFlags::RS_FEED_TYPE_POSTED));
|
||||
#if 0
|
||||
whileBlocking(ui.notify_Blogs)->setChecked(newsflags & RS_FEED_TYPE_BLOG);
|
||||
whileBlocking(ui.notify_Blogs)->setChecked(newsflags & RsFeedTypeFlags::RS_FEED_TYPE_BLOG);
|
||||
#endif
|
||||
|
||||
#ifdef RS_USE_WIRE
|
||||
whileBlocking(ui.notify_Wire)->setChecked(newsflags & RS_FEED_TYPE_WIRE);
|
||||
whileBlocking(ui.notify_Wire)->setChecked(!!(newsflags & RsFeedTypeFlags::RS_FEED_TYPE_WIRE));
|
||||
#endif
|
||||
|
||||
whileBlocking(ui.notify_Chat )->setChecked(!!(newsflags & RsFeedTypeFlags::RS_FEED_TYPE_CHAT));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue