From 91caac305256b5e8a6daadbf0e1998cdb3c295d3 Mon Sep 17 00:00:00 2001 From: Jason Greer Date: Tue, 24 Aug 2010 09:42:46 -0700 Subject: [PATCH] Define OmniCC only if its not already defined (needed for me running OmniCC + tullaCC at the same time) --- tullaCC/cc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tullaCC/cc.lua b/tullaCC/cc.lua index 790fabb..40c1777 100644 --- a/tullaCC/cc.lua +++ b/tullaCC/cc.lua @@ -7,7 +7,7 @@ --]] --constants! -OmniCC = true --hack to work around detection from other addons for OmniCC +OmniCC = OmniCC or true --hack to work around detection from other addons for OmniCC local ICON_SIZE = 36 --the normal size for an icon (don't change this) local FONT_FACE = STANDARD_TEXT_FONT --what font to use local FONT_SIZE = 18 --the base font size to use at a scale of 1 -- 1.7.9.5