a/src/qtgui/confgui/confguiindex.cpp b/src/qtgui/confgui/confguiindex.cpp
...
...
80
    }
80
    }
81
    // Delete local copy and update the main one from the file
81
    // Delete local copy and update the main one from the file
82
    delete m_conf;
82
    delete m_conf;
83
    m_conf = 0;
83
    m_conf = 0;
84
    m_rclconf->updateMainConfig();
84
    m_rclconf->updateMainConfig();
85
    snapshotConfig();
86
85
87
    hide();
86
    hide();
88
}
87
}
89
88
90
void ConfIndexW::rejectChanges()
89
void ConfIndexW::rejectChanges()