By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 987
Collapse All | Expand All

(-)a/knotes/knote.cpp (-1 / +1 lines)
Lines 765-771 Link Here
765
    m_editor->clearFocus();
765
    m_editor->clearFocus();
766
    m_config->setHideNote( true );
766
    m_config->setHideNote( true );
767
    m_config->setPosition( pos() );
767
    m_config->setPosition( pos() );
768
    m_config->writeConfig();
768
769
    // just hide the note so it's still available from the dock window
769
    // just hide the note so it's still available from the dock window
770
    hide();
770
    hide();
771
}
771
}

Return to bug 987