Fixed wrong subscribeFlags in context menu of GxsForumsDialog.

The color of the QTreeWidgetItem was stored with the same key.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6122 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-02-11 00:19:35 +00:00
parent 7413bdc50c
commit ee62819389
2 changed files with 10 additions and 11 deletions

View file

@ -44,7 +44,7 @@
#define ROLE_LASTPOST Qt::UserRole + 4
#define ROLE_SEARCH_SCORE Qt::UserRole + 5
#define ROLE_SUBSCRIBE_FLAGS Qt::UserRole + 6
#define ROLE_COLOR Qt::UserRole + 6
#define ROLE_COLOR Qt::UserRole + 7
#define FILTER_NAME_INDEX 0
#define FILTER_DESC_INDEX 1