mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05:00
Set the standard page in MainWindow back to Network.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3748 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ad6b10272b
commit
89f80f9d5a
@ -25,16 +25,15 @@
|
||||
#include <QDir>
|
||||
#include <QCoreApplication>
|
||||
#include <QStyleFactory>
|
||||
#include <QWidget>
|
||||
#include <lang/languagesupport.h>
|
||||
#include <rshare.h>
|
||||
|
||||
#include "rsharesettings.h"
|
||||
#include "gui/MainWindow.h"
|
||||
|
||||
#include <retroshare/rsnotify.h>
|
||||
|
||||
#include <QWidget>
|
||||
#include <QMainWindow>
|
||||
|
||||
#if defined(Q_WS_WIN)
|
||||
#include <util/win32.h>
|
||||
#endif
|
||||
@ -458,7 +457,7 @@ void RshareSettings::loadWidgetInformation(QMainWindow *widget, QToolBar *toolBa
|
||||
/* MainWindow */
|
||||
int RshareSettings::getLastPageInMainWindow ()
|
||||
{
|
||||
return valueFromGroup("MainWindow", "LastPage", true).toInt();
|
||||
return valueFromGroup("MainWindow", "LastPage", MainWindow::Network).toInt();
|
||||
}
|
||||
|
||||
void RshareSettings::setLastPageInMainWindow (int value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user