--- a/src/configDialog.cpp Sun Aug 18 16:33:38 2013 +0300 +++ b/src/configDialog.cpp Sun Aug 18 17:30:58 2013 +0300 @@ -50,7 +50,7 @@ extern_cfg (str, net_downloadpath); extern_cfg (bool, net_guesspaths); extern_cfg (bool, net_autoclose); -extern_cfg (bool, io_logostuds); +extern_cfg (bool, gl_logostuds); extern_cfg (str, prog_ytruder); extern_cfg (str, prog_rectifier); @@ -121,7 +121,7 @@ ui->blackEdges->setChecked (gl_blackedges); // ui->scemanticInlining->setChecked (edit_schemanticinline); ui->implicitFiles->setChecked (gui_implicitfiles); - ui->m_logostuds->setChecked (io_logostuds); + ui->m_logostuds->setChecked (gl_logostuds); } // ============================================================================= @@ -591,7 +591,7 @@ net_downloadpath = dlg.getUI()->downloadPath->text(); net_guesspaths = dlg.getUI()->guessNetPaths->isChecked(); net_autoclose = dlg.getUI()->autoCloseNetPrompt->isChecked(); - io_logostuds = dlg.getUI()->m_logostuds->isChecked(); + gl_logostuds = dlg.getUI()->m_logostuds->isChecked(); if (net_downloadpath.value.right (1) != DIRSLASH) net_downloadpath += DIRSLASH; @@ -620,6 +620,7 @@ config::save(); reloadAllSubfiles(); + loadLogoedStuds(); g_win->R()->setBackground(); g_win->fullRefresh(); g_win->updateToolBars();