BugFix: DHT was not turning on.

also updated the ServerDialog with more info on exact network state.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@753 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-10-18 16:02:06 +00:00
parent 95d5f38222
commit bc98b9ea7d
12 changed files with 330 additions and 122 deletions

View file

@ -151,13 +151,13 @@ int main(int argc, char *argv[])
notify->setMessengerWindow(w->messengerWindow);
/* only show window, if not startMinimized */
/*if (!startMinimised)
if (!startMinimised)
{
w->show();
//skinWindow->show();
}*/
}
/* Run Retroshare */
//int ret = rshare.run();