mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue