Solve SV-2042: Description on event notice now opens a floater, not search.

This commit is contained in:
Lirusaito
2016-06-05 13:26:12 -04:00
parent 6847833752
commit 548d1b6757
3 changed files with 3 additions and 13 deletions

View File

@@ -39,7 +39,7 @@
#include "llnotify.h"
#include "lleventinfo.h"
#include "llfloaterdirectory.h"
#include "llfloaterevent.h"
#include "llfloaterworldmap.h"
#include "llagent.h"
#include "llappviewer.h" // for gPacificDaylightTime
@@ -104,8 +104,7 @@ bool LLEventNotifier::handleResponse(U32 eventId, LLVector3d eventPos, const LLS
gFloaterWorldMap->trackLocation(eventPos);
break;
case 1:
gDisplayEventHack = TRUE;
LLFloaterDirectory::showEvents(eventId);
LLFloaterEventInfo::show(eventId);
break;
case 2:
break;