Fix knotes not appearing on the desktop when a session is restored.

Thanks to Slavek Banko.
This resolves bug report 987.
(cherry picked from commit 533f494f46)
v3.5.13-sru
Darrell Anderson 13 years ago committed by Slávek Banko
parent 52eefd582e
commit 097fc893cb

@ -765,7 +765,7 @@ void KNote::slotClose()
m_editor->clearFocus(); m_editor->clearFocus();
m_config->setHideNote( true ); m_config->setHideNote( true );
m_config->setPosition( pos() ); m_config->setPosition( pos() );
m_config->writeConfig();
// just hide the note so it's still available from the dock window // just hide the note so it's still available from the dock window
hide(); hide();
} }

Loading…
Cancel
Save