mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 04:45:58 +01:00
arm (and thus save) global environment before messing it with it in bundled version
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8454 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
370d24973e
commit
c5bfe2d5f8
1 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ fixup_bundle_environment (int argc, char* argv[])
|
|||
return;
|
||||
}
|
||||
|
||||
EnvironmentalProtectionAgency::set_global_epa (new EnvironmentalProtectionAgency);
|
||||
EnvironmentalProtectionAgency::set_global_epa (new EnvironmentalProtectionAgency (true));
|
||||
|
||||
set_language_preference ();
|
||||
|
||||
|
|
@ -273,7 +273,7 @@ fixup_bundle_environment (int argc, char* argv[])
|
|||
return;
|
||||
}
|
||||
|
||||
EnvironmentalProtectionAgency::set_global_epa (new EnvironmentalProtectionAgency);
|
||||
EnvironmentalProtectionAgency::set_global_epa (new EnvironmentalProtectionAgency (true));
|
||||
|
||||
Glib::ustring exec_path = argv[0];
|
||||
Glib::ustring dir_path = Glib::path_get_dirname (Glib::path_get_dirname (exec_path));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue