mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
suppressed Settings/ directory, as it_s not used at all
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1250 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0449a7ce69
commit
c82c7eea26
17 changed files with 11 additions and 3645 deletions
|
@ -56,7 +56,7 @@
|
|||
#include "statusbar/ratesstatus.h"
|
||||
|
||||
#include "Preferences/PreferencesWindow.h"
|
||||
#include "Settings/gsettingswin.h"
|
||||
//#include "Settings/gsettingswin.h"
|
||||
#include "util/rsversion.h"
|
||||
|
||||
#include "rsiface/rsiface.h"
|
||||
|
@ -436,14 +436,14 @@ MainWindow::showMess(MainWindow::Page page)
|
|||
|
||||
|
||||
/** Shows Options */
|
||||
void MainWindow::showSettings()
|
||||
{
|
||||
static GSettingsWin *win = new GSettingsWin(this);
|
||||
if (win->isHidden())
|
||||
win->setNewPage(0);
|
||||
win->show();
|
||||
win->activateWindow();
|
||||
}
|
||||
//void MainWindow::showSettings()
|
||||
//{
|
||||
// static GSettingsWin *win = new GSettingsWin(this);
|
||||
// if (win->isHidden())
|
||||
// win->setNewPage(0);
|
||||
// win->show();
|
||||
// win->activateWindow();
|
||||
//}
|
||||
|
||||
/** Shows Messenger window */
|
||||
void MainWindow::showMessengerWindow()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue