* removed old config path

* added FindWindow for Library Dialog
* Fixed Cancel Button of ShareFiles


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@702 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-08-20 21:39:03 +00:00
parent b522636e08
commit 622914c923
9 changed files with 321 additions and 429 deletions

View file

@ -1,7 +1,7 @@
/****************************************************************
* RetroShare is distributed under the following license:
*
* Copyright (C) 2008, crypton
* Copyright (C) 2008, defnax
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -41,7 +41,7 @@ public:
LibraryDialog(QWidget *parent = 0);
/** Default Destructor */
QString filePass();
private slots:
@ -53,6 +53,7 @@ private slots:
void CallShowDetailsBtn_library();
void CallCreateAlbumBtn_library();
void CallDeleteAlbumBtn_library();
void CallFindBtn_library();