From 7c36f41a45105d3d3f7f21d434a6a19f93d0f5a7 Mon Sep 17 00:00:00 2001 From: defnax Date: Sat, 9 May 2009 20:53:40 +0000 Subject: [PATCH] fixed NetworkView lets get refresh the graph at rs start too git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1210 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/NetworkView.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/NetworkView.cpp b/retroshare-gui/src/gui/NetworkView.cpp index c7cfa481a..b5a1ba081 100644 --- a/retroshare-gui/src/gui/NetworkView.cpp +++ b/retroshare-gui/src/gui/NetworkView.cpp @@ -42,11 +42,13 @@ NetworkView::NetworkView(QWidget *parent) /* add button */ connect( ui.refreshButton, SIGNAL( clicked( void ) ), this, SLOT( insertPeers( void ) ) ); -//connect( mScene, SIGNAL( changed ( const QList & ) ), this, SLOT ( changedScene( void ) ) ); + //connect( mScene, SIGNAL( changed ( const QList & ) ), this, SLOT ( changedScene( void ) ) ); /* Hide Settings frame */ shownwSettingsFrame(false); connect( ui.nviewsettingsButton, SIGNAL(toggled(bool)), this, SLOT(shownwSettingsFrame(bool))); + + insertPeers(); /* hide the Tree +/- */