mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Changed config type of the FeedReader. There was a conflict with general config.
Added warning in p3ConfigMgr::addConfiguration when a config type is used twice. Removed checkbox for "Experimental Features" in general page without function. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6027 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fc78f6c7ac
commit
13ac670eec
4 changed files with 28 additions and 27 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "p3FeedReader.h"
|
||||
|
||||
const uint32_t CONFIG_TYPE_FEEDREADER = 0x0001; // is this correct?
|
||||
const uint32_t CONFIG_TYPE_FEEDREADER = 0xf001; // is this correct?
|
||||
|
||||
const uint8_t RS_PKT_SUBTYPE_FEEDREADER_FEED = 0x02;
|
||||
const uint8_t RS_PKT_SUBTYPE_FEEDREADER_MSG = 0x03;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue