From ffce2c5505e5ff8523806178045fd9bd11b35dac Mon Sep 17 00:00:00 2001 From: Xruptor Date: Mon, 16 Apr 2012 17:08:50 -0400 Subject: [PATCH] -Oops small bugfix for saving layout. --- XanChat.lua | 2 +- XanChat.toc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/XanChat.lua b/XanChat.lua index b5575ee..7418422 100644 --- a/XanChat.lua +++ b/XanChat.lua @@ -313,7 +313,7 @@ end --hook origFCF_SavePositionAndDimensions local origFCF_SavePositionAndDimensions = FCF_SavePositionAndDimensions FCF_SavePositionAndDimensions = function(chatFrame) - SaveLayout(chatFrame:GetName()) + SaveLayout(chatFrame) origFCF_SavePositionAndDimensions(chatFrame) end diff --git a/XanChat.toc b/XanChat.toc index 88eab86..fab8178 100644 --- a/XanChat.toc +++ b/XanChat.toc @@ -2,7 +2,7 @@ ## Title: xanChat ## Notes: A very minimalistic chat modification addon. ## Author: Xruptor -## Version: 3.0 +## Version: 3.1 ## SavedVariables: XCHT_DB xanChat.lua -- 1.7.9.5