mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-30 01:38:51 -04:00
name changes
name changes
This commit is contained in:
parent
726c42852c
commit
b40e5e34bc
6 changed files with 13 additions and 9 deletions
|
@ -127,7 +127,7 @@ void WireDialog::handleEvent_main_thread(std::shared_ptr<const RsEvent> event)
|
|||
case RsWireEventCode::POST_UPDATED:
|
||||
refreshGroups();
|
||||
break;
|
||||
case RsWireEventCode::FOLLOW_STATUS_CHANGED:
|
||||
case RsWireEventCode::NEW_WIRE:
|
||||
refreshGroups();
|
||||
break;
|
||||
default:
|
||||
|
@ -1058,12 +1058,16 @@ void WireDialog::postGroupsPulses(std::list<RsWirePulseSPtr> pulses)
|
|||
std::cerr << std::endl;
|
||||
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);
|
||||
addTwitterView(firstReply);
|
||||
firstReply->showReplyLine(false);
|
||||
addTwitterView(firstReply);
|
||||
firstReply->showReplyLine(false);
|
||||
|
||||
addTwitterView(new PulseReplySeperator());
|
||||
addTwitterView(new PulseReplySeperator());
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue