diff --git a/indra/newview/alpanelaomini.cpp b/indra/newview/alpanelaomini.cpp
index d4b836d188cdbe5be657c03431d0d35dc14b3b0a..ce04389b4d424003f3927b6a8e42c2c0e3355126 100644
--- a/indra/newview/alpanelaomini.cpp
+++ b/indra/newview/alpanelaomini.cpp
@@ -91,7 +91,10 @@ void ALPanelAOMini::updateSetList()
 
 void ALPanelAOMini::onSetChanged(const std::string& set_name)
 {
-	mSetList->selectByValue(LLSD(set_name));
+	if (!set_name.empty())
+	{
+		mSetList->selectByValue(LLSD(set_name));
+	}
 }
 
 ////////////////////////////////////