diff Modules/Config.lua @ 123:b21c39ea338c

Removed all ?QuickAuctions? checks and replaced them with ZeroAuctions checks instead. Fixed the copy dialog window.
author Zerotorescue
date Sat, 16 Oct 2010 14:46:04 +0200
parents 91fe61693247
children 42d8e16e8483
line wrap: on
line diff
--- a/Modules/Config.lua	Sat Oct 16 14:44:48 2010 +0200
+++ b/Modules/Config.lua	Sat Oct 16 14:46:04 2010 +0200
@@ -400,7 +400,7 @@
 						},
 						get = function() return MailOpener.db.profile.general.defaultQAStatus; end,
 						set = function(i, v) MailOpener.db.profile.general.defaultQAStatus = v; end,
-						hidden = (not MailOpener.QuickAuctionsEnabled),
+						hidden = (not MailOpener.ZeroAuctionsEnabled),
 					},
 					overrideCheckInbox = {
 						order = 12,
@@ -437,7 +437,7 @@
 						width = "full",
 						get =  function() return MailOpener.db.profile.general.autoDisableQAAutoMail; end,
 						set = function(i, v) MailOpener.db.profile.general.autoDisableQAAutoMail = v; end,
-						hidden = (not MailOpener.QuickAuctionsEnabled),
+						hidden = (not MailOpener.ZeroAuctionsEnabled),
 					},
 					autoReenableQAAutoMail = {
 						order = 30,
@@ -447,7 +447,7 @@
 						width = "full",
 						get = function() return MailOpener.db.profile.general.autoReenableQAAutoMail; end,
 						set = function(i, v) MailOpener.db.profile.general.autoReenableQAAutoMail = v; end,
-						hidden = (not MailOpener.QuickAuctionsEnabled),
+						hidden = (not MailOpener.ZeroAuctionsEnabled),
 						disabled = function() return (MailOpener.db.profile.general.autoSetBackQAAutoMail and not MailOpener.db.profile.general.autoReenableQAAutoMail); end,
 					},
 					autoSetBackQAAutoMail = {
@@ -458,7 +458,7 @@
 						width = "full",
 						get = function() return MailOpener.db.profile.general.autoSetBackQAAutoMail; end,
 						set = function(i, v) MailOpener.db.profile.general.autoSetBackQAAutoMail = v; end,
-						hidden = (not MailOpener.QuickAuctionsEnabled),
+						hidden = (not MailOpener.ZeroAuctionsEnabled),
 						disabled = function() return (MailOpener.db.profile.general.autoReenableQAAutoMail and not MailOpener.db.profile.general.autoSetBackQAAutoMail); end,
 					},
 				},