mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
moved event to the right place for detecting change in local address
This commit is contained in:
parent
71edea3775
commit
3d958a7592
3 changed files with 11 additions and 10 deletions
|
@ -126,7 +126,7 @@ void HomePage::handleEvent(std::shared_ptr<const RsEvent> e)
|
|||
|
||||
const RsNetworkEvent *ne = dynamic_cast<const RsNetworkEvent*>(e.get());
|
||||
|
||||
if(ne)
|
||||
if(!ne)
|
||||
return;
|
||||
|
||||
// in any case we update the IPs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue