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:
notdefine 2008-09-18 15:15:09 +00:00
parent fa4727865c
commit 50f956a148

View File

@ -25,7 +25,7 @@
#include <gui/MainWindow.h>
#include <gui/StartDialog.h>
#include <gui/GenCertDialog.h>
#include <Gui/Preferences/Rsharesettings.h>
#include <gui/Preferences/rsharesettings.h>
/*** WINDOWS DON'T LIKE THIS - REDEFINES VER numbers.
#include <gui/qskinobject/qskinobject.h>
@ -52,8 +52,13 @@ int main(int argc, char *argv[])
/* RetroShare Core Objects */
RsInit *config = InitRsConfig();
bool okStart = InitRetroShare(argc, argv, config);
/*
Function RsConfigMinimised is not available in SVN, so I commented it out.
bool startMinimised = RsConfigStartMinimised(config);
*/
bool startMinimised = false;
/* Setup The GUI Stuff */
Rshare rshare(args, argc, argv,