Mercurial > wow > devian
comparison Devian.lua @ 69:e89244da507b
Fixed beacon click action on extra consoles.
Removed the load-time `print` output about the front channel.
| author | Nenue |
|---|---|
| date | Tue, 15 Mar 2016 20:06:56 -0400 |
| parents | 137b8c55a593 |
| children | d73b883b415b |
comparison
equal
deleted
inserted
replaced
| 68:1687ae1c6162 | 69:e89244da507b |
|---|---|
| 547 end | 547 end |
| 548 end | 548 end |
| 549 | 549 |
| 550 if currentProfile.workspace then | 550 if currentProfile.workspace then |
| 551 if D.console[currentProfile.current_channel] then | 551 if D.console[currentProfile.current_channel] then |
| 552 print('bringing', D.console[currentProfile.current_channel].signature, 'to the front') | 552 --print('bringing', D.console[currentProfile.current_channel].signature, 'to the front') |
| 553 D.console[currentProfile.current_channel]:ToFront() | 553 D.console[currentProfile.current_channel]:ToFront() |
| 554 -- bring the current channel to the front | 554 -- bring the current channel to the front |
| 555 end | 555 end |
| 556 DevianDock:Show() | 556 DevianDock:Show() |
| 557 D:UpdateDock() | 557 D:UpdateDock() |
