changeset 111:ea541cc7194f

Change initial profile selection to Default
author Flick <flickerstreak@gmail.com>
date Thu, 08 Jan 2009 01:16:00 +0000
parents 711ed6b639ac
children a66595385917
files ReAction.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ReAction.lua	Thu Jan 08 01:00:22 2009 +0000
+++ b/ReAction.lua	Thu Jan 08 01:16:00 2009 +0000
@@ -235,8 +235,8 @@
         bars = { },
         defaultBar = { }
       }
-    }
-    -- initial profile is character-specific
+    },
+    "Default"
   )
   self.db.RegisterCallback(self,"OnProfileChanged")
   self.db.RegisterCallback(self,"OnProfileReset", "OnProfileChanged")