mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-14 01:23:13 -04:00
updated nogui for latest V0.6 changes.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@6793 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
90b4a20e5d
commit
420fadb5c3
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ CONFIG -= qt xml gui
|
||||||
|
|
||||||
# if you are linking against the libretroshare with gxs.
|
# if you are linking against the libretroshare with gxs.
|
||||||
# this option links against the required sqlite library.
|
# this option links against the required sqlite library.
|
||||||
#CONFIG += gxs
|
CONFIG += gxs
|
||||||
|
|
||||||
#CONFIG += debug
|
#CONFIG += debug
|
||||||
debug {
|
debug {
|
||||||
|
|
|
@ -515,7 +515,7 @@ bool load_person_details(std::string pgp_id, rsctrl::core::Person *person,
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::list<std::string> common_friends;
|
std::list<std::string> common_friends;
|
||||||
rsDisc->getDiscGPGFriends(pgp_id, common_friends);
|
rsDisc->getDiscPgpFriends(pgp_id, common_friends);
|
||||||
int size = common_friends.size();
|
int size = common_friends.size();
|
||||||
if (size)
|
if (size)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue