diff options
author | deva <deva> | 2008-09-22 12:24:54 +0000 |
---|---|---|
committer | deva <deva> | 2008-09-22 12:24:54 +0000 |
commit | 587f685b6f7cbc63a8ee8dc8b3d5c590144db045 (patch) | |
tree | bb52bc0d975029f5d5d142000df0b2a6f430c0e6 /client | |
parent | 355772289f57522157759b6150ebfd2cc849c0ae (diff) |
Made the lua program list clear itself when loading a new macro.
Diffstat (limited to 'client')
-rw-r--r-- | client/macrowindow.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/macrowindow.cc b/client/macrowindow.cc index 3161ce6..360488e 100644 --- a/client/macrowindow.cc +++ b/client/macrowindow.cc @@ -75,6 +75,7 @@ void MacroWindow::update(QDomNode &node) widgets.clear(); auxwidgets.clear(); + luaprograms.clear(); initMacro(node); |