Skip to content

Commit 7bd8daa

Browse files
author
Frederick Thomssen
committed
Fix connection detection
1 parent 2c1c210 commit 7bd8daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/Window.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Window::connected()
6969
bool ret = false;
7070

7171
if( mainWindow_ )
72-
mainWindow_->connected();
72+
RETURN( mainWindow_->connected() );
7373

7474
RETURN( ret );
7575
}

0 commit comments

Comments
 (0)