mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 16:39:29 -05:00
Correct to compile SVN. Wrong path for rsharesettings, and function startminimezed not available in SVN.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@729 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fa4727865c
commit
50f956a148
@ -25,7 +25,7 @@
|
|||||||
#include <gui/MainWindow.h>
|
#include <gui/MainWindow.h>
|
||||||
#include <gui/StartDialog.h>
|
#include <gui/StartDialog.h>
|
||||||
#include <gui/GenCertDialog.h>
|
#include <gui/GenCertDialog.h>
|
||||||
#include <Gui/Preferences/Rsharesettings.h>
|
#include <gui/Preferences/rsharesettings.h>
|
||||||
|
|
||||||
/*** WINDOWS DON'T LIKE THIS - REDEFINES VER numbers.
|
/*** WINDOWS DON'T LIKE THIS - REDEFINES VER numbers.
|
||||||
#include <gui/qskinobject/qskinobject.h>
|
#include <gui/qskinobject/qskinobject.h>
|
||||||
@ -52,8 +52,13 @@ int main(int argc, char *argv[])
|
|||||||
/* RetroShare Core Objects */
|
/* RetroShare Core Objects */
|
||||||
RsInit *config = InitRsConfig();
|
RsInit *config = InitRsConfig();
|
||||||
bool okStart = InitRetroShare(argc, argv, config);
|
bool okStart = InitRetroShare(argc, argv, config);
|
||||||
bool startMinimised = RsConfigStartMinimised(config);
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
Function RsConfigMinimised is not available in SVN, so I commented it out.
|
||||||
|
bool startMinimised = RsConfigStartMinimised(config);
|
||||||
|
*/
|
||||||
|
|
||||||
|
bool startMinimised = false;
|
||||||
|
|
||||||
/* Setup The GUI Stuff */
|
/* Setup The GUI Stuff */
|
||||||
Rshare rshare(args, argc, argv,
|
Rshare rshare(args, argc, argv,
|
||||||
|
Loading…
Reference in New Issue
Block a user