Mercurial > wow > reaction
comparison Editor.lua @ 188:d58055179c16
Removed stray debugging prints
| author | Flick <flickerstreak@gmail.com> |
|---|---|
| date | Thu, 11 Nov 2010 21:31:08 -0800 |
| parents | 2e7a322e0195 |
| children | 55af1ebbec65 |
comparison
equal
deleted
inserted
replaced
| 187:6341ab2be68b | 188:d58055179c16 |
|---|---|
| 207 self.gui:SetTitle(self.title) | 207 self.gui:SetTitle(self.title) |
| 208 end | 208 end |
| 209 | 209 |
| 210 function Editor:Close() | 210 function Editor:Close() |
| 211 if self.gui then | 211 if self.gui then |
| 212 print("closing...") | |
| 213 self.gui:ReleaseChildren() | 212 self.gui:ReleaseChildren() |
| 214 self.gui:Hide() | 213 self.gui:Hide() |
| 215 end | 214 end |
| 216 end | 215 end |
| 217 | 216 |
