Fix handle_secondlifeprotocol.sh, and sync with v-d.
More translation strings~ Log inventory offers to those we're not chatting with. "SDL deiconification state switched to " now lldebugs instead of llinfos, far too spammy.. (Pre-outbox commit, may contain pieces of outbox work.. and unmentioned harmless sync)
This commit is contained in:
@@ -1913,7 +1913,7 @@ void LLWindowSDL::gatherInput()
|
||||
mIsMinimized = (!event.active.gain);
|
||||
|
||||
mCallbacks->handleActivate(this, !mIsMinimized);
|
||||
llinfos << "SDL deiconification state switched to " << BOOL(event.active.gain) << llendl;
|
||||
lldebugs << "SDL deiconification state switched to " << BOOL(event.active.gain) << llendl;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user