* Added a "return" if QTreeWidgetItem = NULL, to stop crash.

* Added new version of QuickStartWizard2.ui for review.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4260 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2011-06-13 22:30:32 +00:00
parent 8011a55763
commit 9c7adc38b0
3 changed files with 798 additions and 1 deletions

View file

@ -1012,6 +1012,7 @@ void ForumsDialog::insertPost()
// there is something wrong
ui.previousButton->setEnabled(false);
ui.nextButton->setEnabled(false);
return;
}
ui.newmessageButton->setEnabled (IS_FORUM_SUBSCRIBED(subscribeFlags) && mCurrThreadId.empty() == false);