mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
40efe19efa
commit
7b3da2165a
@ -958,10 +958,10 @@ void MainWindow::addAction(QAction *action, const char *slot)
|
||||
if (page == _instance->linksDialog) {
|
||||
return Links;
|
||||
}
|
||||
#endif
|
||||
if (page == _instance->channelFeed) {
|
||||
return Channels;
|
||||
}
|
||||
#endif
|
||||
if (page == _instance->forumsDialog) {
|
||||
return Forums;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user