Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 431858
Collapse All | Expand All

(-)a/shell/shell.cpp (-1 / +5 lines)
Lines 119-125 void Shell::delayedOpen() Link Here
119
119
120
Shell::~Shell()
120
Shell::~Shell()
121
{
121
{
122
    if ( m_part ) writeSettings();
122
    if ( m_part )
123
    {
124
        writeSettings();
125
        m_part->closeUrl();
126
    }
123
    m_part = 0; // It is deleted by the KPart/QObject machinery
127
    m_part = 0; // It is deleted by the KPart/QObject machinery
124
    if ( m_args )
128
    if ( m_args )
125
        m_args->clear();
129
        m_args->clear();

Return to bug 431858