From b15cdc828ea188f278b3ffec4e6442cb4688901d Mon Sep 17 00:00:00 2001
From: Graham Madarasz <graham@lindenlab.com>
Date: Fri, 7 Jun 2013 13:10:36 -0700
Subject: [PATCH] Fix busted WIP check-in

---
 indra/newview/llpanelface.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp
index d873cab59a0..7ab9b4cb38f 100755
--- a/indra/newview/llpanelface.cpp
+++ b/indra/newview/llpanelface.cpp
@@ -1513,8 +1513,8 @@ void LLPanelFace::onSelectColor(const LLSD& data)
 void LLPanelFace::onCommitMaterialsMedia(LLUICtrl* ctrl, void* userdata)
 {
 	LLPanelFace* self = (LLPanelFace*) userdata;
-	LLUUID specmap = getCurrentSpecularMap();
-	LLUUID normmap = getCurrentNormalMap();
+	LLUUID specmap = self->getCurrentSpecularMap();
+	LLUUID normmap = self->getCurrentNormalMap();
 	self->updateShinyControls(!specmap.isNull(), true);
 	self->updateBumpyControls(!normmap.isNull(), true);
 	self->updateUI();
-- 
GitLab