Fix IM autoresponse not saving.

This commit is contained in:
TighMacFanatic
2011-06-27 14:51:43 -04:00
parent 40aa48f075
commit 7bac3d2c1f

View File

@@ -491,6 +491,8 @@ void LLPrefsAscentChat::cancel()
// Update local copy so cancel has no effect
void LLPrefsAscentChat::apply()
{
gSavedPerAccountSettings.setString("AscentInstantMessageResponse", childGetValue("im_response"));
refreshValues();
refresh();
}