mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
name changes
name changes
This commit is contained in:
parent
726c42852c
commit
b40e5e34bc
@ -1 +1 @@
|
|||||||
Subproject commit df16cb915465d058c75277678799ce4dadeae287
|
Subproject commit 9be56feec49aa36deda5044bf6a118dcf100bff0
|
@ -1 +1 @@
|
|||||||
Subproject commit 74cd958cf8a3c8b3e2d3f8a22657b5e16bdad476
|
Subproject commit 77eae86faf647c47e6d215f2f309d9a4aa93bdd9
|
@ -127,7 +127,7 @@ void WireDialog::handleEvent_main_thread(std::shared_ptr<const RsEvent> event)
|
|||||||
case RsWireEventCode::POST_UPDATED:
|
case RsWireEventCode::POST_UPDATED:
|
||||||
refreshGroups();
|
refreshGroups();
|
||||||
break;
|
break;
|
||||||
case RsWireEventCode::FOLLOW_STATUS_CHANGED:
|
case RsWireEventCode::NEW_WIRE:
|
||||||
refreshGroups();
|
refreshGroups();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
@ -1058,6 +1058,10 @@ void WireDialog::postGroupsPulses(std::list<RsWirePulseSPtr> pulses)
|
|||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
std::cerr << "This is mMeta.mMsgId : " << reply->mMeta.mMsgId;
|
||||||
|
std::cerr << std::endl;
|
||||||
|
std::cerr << "This is mMeta.mMsgName : " << reply->mMeta.mMsgName;
|
||||||
|
std::cerr << std::endl;
|
||||||
|
|
||||||
PulseReply *firstReply = new PulseReply(this, reply);
|
PulseReply *firstReply = new PulseReply(this, reply);
|
||||||
addTwitterView(firstReply);
|
addTwitterView(firstReply);
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b9c7a496ba7dd9c3495bae2ff2855899e47b245d
|
Subproject commit 7195c6735f29be947ddc41f86c9ddfc8621d33b9
|
@ -1 +1 @@
|
|||||||
Subproject commit f54b0e47a08782a6131cc3d60f94d038fa6e0a51
|
Subproject commit 949c771b03de448bdedea80c44a4a5f65284bfeb
|
@ -1 +1 @@
|
|||||||
Subproject commit c27c6726d28c42e2e1b7537ba63eeb23e944789d
|
Subproject commit 0c99284fba4f37a89de24972e48b8154abc5dc75
|
Loading…
Reference in New Issue
Block a user