fixed sharemanager closing

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2508 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-03-09 22:42:39 +00:00
parent f58b245018
commit f400d8f4cc

View File

@ -49,7 +49,7 @@ ShareManager::ShareManager(QWidget *parent, Qt::WFlags flags)
connect(ui.addButton, SIGNAL(clicked( bool ) ), this , SLOT( addShareDirectory() ) );
connect(ui.removeButton, SIGNAL(clicked( bool ) ), this , SLOT( removeShareDirectory() ) );
connect(ui.closeButton, SIGNAL(accepted()), this, SLOT(close()));
connect(ui.closeButton, SIGNAL(clicked()), this, SLOT(close()));
connect( ui.shareddirList, SIGNAL( customContextMenuRequested( QPoint ) ), this, SLOT( shareddirListCostumPopupMenu( QPoint ) ) );