dhaumann added a comment.
Just to be on the safe side: Does this also work, if you have two views visible showing the same document, and then the message appears? Does it also work, if you have two main windows showing the same document (View > New Window)? INLINE COMMENTS > kateview.cpp:238-239 > > + connect(m_doc, SIGNAL(reloaded(KTextEditor::Document*)), > SLOT(slotDocumentReloaded())); > + connect(m_doc, SIGNAL(aboutToReload(KTextEditor::Document*)), > SLOT(slotDocumentAboutToReload())); > + Could you use new-style signal/slot syntax for new code? :) REVISION DETAIL https://phabricator.kde.org/D19517 To: loh.tar, #ktexteditor, cullmann Cc: dhaumann, cullmann, kwrite-devel, kde-frameworks-devel, #ktexteditor, gennad, domson, michaelh, ngraham, bruns, demsking, sars