On Wed, Apr 15, 2009 at 8:01 PM, Urs Wolfer wrote: > On Wednesday 15 April 2009 10:43:51 Carlo Segato wrote: >> SVN commit 954142 by segato: >> >> forwardport commit r954141 >> close the session if the view is disconnected >> CCBUG:188733 >> >> >> >>  M  +1 -0      mainwindow.cpp >> >> >> --- trunk/KDE/kdenetwork/krdc/mainwindow.cpp #954141:954142 >> @@ -376,6 +376,7 @@ >> >>      connect(view, SIGNAL(framebufferSizeChanged(int, int)), this, >> SLOT(resizeTabWidget(int, int))); connect(view, >> SIGNAL(statusChanged(RemoteView::RemoteStatus)), this, >> SLOT(statusChanged(RemoteView::RemoteStatus))); +    connect(view, >> SIGNAL(disconnected()), this, SLOT(disconnect())); >> >>      m_remoteViewList.append(view); > > > When connecting to a VNC host, I get now runtime warings: > Object::connect: No such slot MainWindow::disconnect() > Object::connect:  (receiver name: 'MainWindow#1') > > Bye > urs > sorry I didn't notice that disconnected was renamed to disconnectHost in trunk, fixing it now