diff options
author | deva <deva> | 2009-05-11 12:12:54 +0000 |
---|---|---|
committer | deva <deva> | 2009-05-11 12:12:54 +0000 |
commit | 124384095470c9b2cfb046ff931152583c6df65a (patch) | |
tree | acfbd3809b792edf9e4ea955ae8ee4fb8be92a59 /client | |
parent | efafc68e279927d46e23925b3fdb09c767e55c28 (diff) |
Included 'course' in the commits.
Diffstat (limited to 'client')
-rw-r--r-- | client/macrowindow.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/macrowindow.cc b/client/macrowindow.cc index 80649a7..e3e3bac 100644 --- a/client/macrowindow.cc +++ b/client/macrowindow.cc @@ -149,7 +149,7 @@ bool MacroWindow::doCommit() // If all entries passed validation, continue commit if(faulty == 0) { - netcom->send(widgets, macro, version); + netcom->send(widgets, course, macro, version); emit updateOnCommit(); setCollapsed(true); return true; @@ -333,7 +333,7 @@ void MacroWindow::expandWrapper() initMacro(macronode); } } - } + } } } setExpandedWidget(mainwidget); |