comparison ReAction.lua @ 194:55af1ebbec65

Remove silly 'close this window when you open the other one' checkboxes
author Flick <flickerstreak@gmail.com>
date Mon, 15 Nov 2010 10:30:19 -0800
parents 2e7a322e0195
children c7be637a47bc
comparison
equal deleted inserted replaced
193:576c50e51fc5 194:55af1ebbec65
119 self.db = LibStub("AceDB-3.0"):New("ReAction_DB", 119 self.db = LibStub("AceDB-3.0"):New("ReAction_DB",
120 { 120 {
121 profile = { 121 profile = {
122 bars = { }, 122 bars = { },
123 defaultBar = { }, 123 defaultBar = { },
124 closeOptionsOnEditorLaunch = true,
125 editorCloseOnLaunch = true,
126 } 124 }
127 }, 125 },
128 true -- use global 'Default' (locale-specific) 126 true -- use global 'Default' (locale-specific)
129 ) 127 )
130 LKB.RegisterCallback(self,"LIBKEYBOUND_ENABLED") 128 LKB.RegisterCallback(self,"LIBKEYBOUND_ENABLED")