diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp
index 84199a895a6f53d9b54fc27cef45f6c019428670..702e8d5a1f1dbde5898663ea807dd148b2260d25 100644
--- a/indra/newview/llinventorypanel.cpp
+++ b/indra/newview/llinventorypanel.cpp
@@ -814,6 +814,7 @@ void LLInventoryPanel::openStartFolderOrMyInventory()
 		{
 			const std::string& child_name = child->getName();
 			mFolderRoot->openFolder(child_name);
+			mFolderRoot->clearSelection();	// No need to keep it selected though!
 			break;
 		}
 	}