From 5a5acf4bd3d5154add52ccbcb3eb2de3e75687a4 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Tue, 3 May 2011 10:50:00 -0400 Subject: [PATCH] -Oops had a tiny little bug :P (That's what I get for copying and pasting!) -Fixed a small bug that was occuring with the frame. -Updated version. --- LagBar.lua | 4 ++-- LagBar.toc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LagBar.lua b/LagBar.lua index 5ea1259..81cfdfc 100644 --- a/LagBar.lua +++ b/LagBar.lua @@ -106,9 +106,9 @@ function LagBar:DrawGUI() --now change size according to worldping if LagBar_DB.worldping then - LagBar.frame:SetWidth(120 + 30) + lbFrame:SetWidth(120 + 30) else - LagBar.frame:SetWidth(120) + lbFrame:SetWidth(120) end diff --git a/LagBar.toc b/LagBar.toc index 8e35a88..c3376eb 100644 --- a/LagBar.toc +++ b/LagBar.toc @@ -1,7 +1,7 @@ ## Interface: 40100 ## Title: LagBar ## Author: Xruptor -## Version: 2.3 +## Version: 2.4 ## Notes: Displays a simple bar with some Latency Information. ## SavedVariables: LagBar_DB LagBar.lua -- 1.7.9.5