From a9b9180a728629a13664c499b93f144b99637ed6 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Mon, 5 May 2014 15:34:38 +0200 Subject: Fixed curious text in warnings --- src/server/mainwindow/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/mainwindow/mainwindow.cpp') diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp index 3d0d167..1844458 100644 --- a/src/server/mainwindow/mainwindow.cpp +++ b/src/server/mainwindow/mainwindow.cpp @@ -683,7 +683,7 @@ void MainWindow::onButtonTutorToStudent() continue; if ((**it).selected()) to = c; - else if ((**it).isTutor()) + if ((**it).isTutor()) from = c; } if (to == NULL) -- cgit v1.2.3-55-g7522