Fixed the saving of the last used page in MainWindow. The channel page was not saved.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3936 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-12-27 00:09:14 +00:00
parent 40efe19efa
commit 7b3da2165a

View File

@ -958,10 +958,10 @@ void MainWindow::addAction(QAction *action, const char *slot)
if (page == _instance->linksDialog) { if (page == _instance->linksDialog) {
return Links; return Links;
} }
#endif
if (page == _instance->channelFeed) { if (page == _instance->channelFeed) {
return Channels; return Channels;
} }
#endif
if (page == _instance->forumsDialog) { if (page == _instance->forumsDialog) {
return Forums; return Forums;
} }