1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00

Introjucer: refactored some settings classes, and added new icons for the treeviews.

This commit is contained in:
jules 2012-06-28 19:11:48 +01:00
parent 100301ed17
commit b4251726f0
19 changed files with 158 additions and 188 deletions

View file

@ -113,7 +113,7 @@ void ProjectContentComponent::setProject (Project* newProject)
{
if (project != newProject)
{
PropertiesFile& settings = StoredSettings::getInstance()->getProps();
PropertiesFile& settings = getAppProperties();
if (project != nullptr)
project->removeChangeListener (this);