fixed column count for messages file list

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3194 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-06-23 14:09:29 +00:00
parent cca5db6332
commit c40bb75062

View File

@ -1785,7 +1785,7 @@ void MessagesDialog::insertMsgTxtAndFiles(QModelIndex Index, bool bSetToRead)
/* get the MessageInfo */
tree->clear();
tree->setColumnCount(5);
tree->setColumnCount(4);
QList<QTreeWidgetItem *> items;
for(it = recList.begin(); it != recList.end(); it++)