mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
Fixing column display
This commit is contained in:
parent
38af9244a6
commit
c297311b61
@ -62,7 +62,7 @@ public:
|
|||||||
COLUMN_THREAD_DATE = 0x06,
|
COLUMN_THREAD_DATE = 0x06,
|
||||||
COLUMN_THREAD_TAGS = 0x07,
|
COLUMN_THREAD_TAGS = 0x07,
|
||||||
COLUMN_THREAD_MSGID = 0x08,
|
COLUMN_THREAD_MSGID = 0x08,
|
||||||
COLUMN_THREAD_NB_COLUMNS = 0x0a,
|
COLUMN_THREAD_NB_COLUMNS = 0x09,
|
||||||
COLUMN_THREAD_CONTENT = 0x09
|
COLUMN_THREAD_CONTENT = 0x09
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -330,7 +330,7 @@ UserNotify *MessagesDialog::createUserNotify(QObject *parent)
|
|||||||
|
|
||||||
void MessagesDialog::processSettings(bool load)
|
void MessagesDialog::processSettings(bool load)
|
||||||
{
|
{
|
||||||
int messageTreeVersion = 2; // version number for the settings to solve problems when modifying the column count
|
int messageTreeVersion = 3; // version number for the settings to solve problems when modifying the column count
|
||||||
|
|
||||||
inProcessSettings = true;
|
inProcessSettings = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user