From 420fadb5c3430db6ea106f80e262b8f9e22f6081 Mon Sep 17 00:00:00 2001 From: drbob Date: Thu, 3 Oct 2013 13:16:51 +0000 Subject: [PATCH] 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 --- retroshare-nogui/src/retroshare-nogui.pro | 2 +- retroshare-nogui/src/rpc/proto/rpcprotopeers.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/retroshare-nogui/src/retroshare-nogui.pro b/retroshare-nogui/src/retroshare-nogui.pro index 846f64114..0330c2602 100644 --- a/retroshare-nogui/src/retroshare-nogui.pro +++ b/retroshare-nogui/src/retroshare-nogui.pro @@ -7,7 +7,7 @@ CONFIG -= qt xml gui # if you are linking against the libretroshare with gxs. # this option links against the required sqlite library. -#CONFIG += gxs +CONFIG += gxs #CONFIG += debug debug { diff --git a/retroshare-nogui/src/rpc/proto/rpcprotopeers.cc b/retroshare-nogui/src/rpc/proto/rpcprotopeers.cc index f1cc7f10d..9e507da55 100644 --- a/retroshare-nogui/src/rpc/proto/rpcprotopeers.cc +++ b/retroshare-nogui/src/rpc/proto/rpcprotopeers.cc @@ -515,7 +515,7 @@ bool load_person_details(std::string pgp_id, rsctrl::core::Person *person, else { std::list common_friends; - rsDisc->getDiscGPGFriends(pgp_id, common_friends); + rsDisc->getDiscPgpFriends(pgp_id, common_friends); int size = common_friends.size(); if (size) {