mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 22:04:26 -04:00
Moved the star to the first column in MessagesDialog.
Fixed debug output in FriendsDialog. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4220 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b1953fd769
commit
265650c88d
2 changed files with 61 additions and 62 deletions
|
@ -62,12 +62,12 @@
|
|||
#define IMAGE_STAR_OFF ":/images/star-off-16.png"
|
||||
|
||||
#define COLUMN_COUNT 8
|
||||
#define COLUMN_ATTACHEMENTS 0
|
||||
#define COLUMN_SUBJECT 1
|
||||
#define COLUMN_UNREAD 2
|
||||
#define COLUMN_FROM 3
|
||||
#define COLUMN_DATE 4
|
||||
#define COLUMN_STAR 5
|
||||
#define COLUMN_STAR 0
|
||||
#define COLUMN_ATTACHEMENTS 1
|
||||
#define COLUMN_SUBJECT 2
|
||||
#define COLUMN_UNREAD 3
|
||||
#define COLUMN_FROM 4
|
||||
#define COLUMN_DATE 5
|
||||
#define COLUMN_CONTENT 6
|
||||
#define COLUMN_TAGS 7
|
||||
|
||||
|
@ -361,7 +361,7 @@ MessagesDialog::~MessagesDialog()
|
|||
|
||||
void MessagesDialog::processSettings(bool bLoad)
|
||||
{
|
||||
int messageTreeVersion = 1; // version number for the settings to solve problems when modifying the column count
|
||||
int messageTreeVersion = 2; // version number for the settings to solve problems when modifying the column count
|
||||
|
||||
m_bProcessSettings = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue