mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 09:11:06 -04:00
* 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:
parent
8011a55763
commit
9c7adc38b0
3 changed files with 798 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue