From 576069a84d5d3cd10b00c3d9c60fd5962216f9f6 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Sat, 14 Jun 2014 16:26:29 -0400 Subject: [PATCH] Fox knot --- indra/newview/llpanellogin.cpp | 4 ++-- indra/newview/llpanellogin.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index 1be856fdb..e9a38ba79 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -1136,9 +1136,9 @@ void LLPanelLogin::confirmDelete() LLNotificationsUtil::add("ConfirmDeleteUser", LLSD(), LLSD(), boost::bind(&LLPanelLogin::removeLogin, this, boost::bind(LLNotificationsUtil::getSelectedOption, _1, _2))); } -void LLPanelLogin::removeLogin(bool not) +void LLPanelLogin::removeLogin(bool knot) { - if (not) return; + if (knot) return; LLComboBox* combo(getChild("username_combo")); const std::string label(combo->getTextEntry()); if (combo->isTextDirty() || !combo->itemExists(label)) return; // Text entries aren't in the list diff --git a/indra/newview/llpanellogin.h b/indra/newview/llpanellogin.h index 6ede5cd35..35c3f5890 100644 --- a/indra/newview/llpanellogin.h +++ b/indra/newview/llpanellogin.h @@ -119,7 +119,7 @@ private: static void onNameCheckChanged(LLUICtrl* ctrl, void* data); static void clearPassword(); void confirmDelete(); - void removeLogin(bool not); + void removeLogin(bool knot); public: