From 7b3da2165a2db7ed7fe9f433ef61528f6f290591 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Mon, 27 Dec 2010 00:09:14 +0000 Subject: [PATCH] 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 --- retroshare-gui/src/gui/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/MainWindow.cpp b/retroshare-gui/src/gui/MainWindow.cpp index a14be0320..a0fb123fb 100644 --- a/retroshare-gui/src/gui/MainWindow.cpp +++ b/retroshare-gui/src/gui/MainWindow.cpp @@ -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; }