From 124384095470c9b2cfb046ff931152583c6df65a Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 11 May 2009 12:12:54 +0000 Subject: Included 'course' in the commits. --- client/macrowindow.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client') 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); -- cgit v1.2.3