1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

GCS/coreplugin: Bugfix.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@398 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
ephy 2010-03-27 09:02:51 +00:00 committed by ephy
parent 20378f7b6b
commit 704eef119e

View File

@ -74,8 +74,8 @@ QWidget *UAVGadgetOptionsPageDecorator::createPage(QWidget *parent)
void UAVGadgetOptionsPageDecorator::apply()
{
m_id = m_config->provisionalName();
m_instanceManager->applyChanges(m_config);
m_optionsPage->apply();
m_instanceManager->applyChanges(m_config);
}
void UAVGadgetOptionsPageDecorator::finish()