13
0

Replaced stuff that wasnt supposed to be commited

git-svn-id: svn://localhost/ardour2/trunk@1051 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2006-11-02 02:26:42 +00:00
parent c9d1452462
commit e956252b3d
2 changed files with 9 additions and 2 deletions

View File

@ -109,6 +109,15 @@ style "default_base" = "medium_text"
base[PRELIGHT] = { 0.20, 0.20, 0.20 }
base[INSENSITIVE] = "#4c5159"
base[SELECTED] = { 0.25, 0.25, 0.25 }
engine "clearlooks"
{
menubarstyle = 2 # 0 = flat, 1 = sunken, 2 = flat gradient
menuitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient)
progressbarstyle = 1 # 0 = candy bar, 1 = fancy candy bar, 2 = flat
animation = FALSE
}
}

View File

@ -83,7 +83,6 @@ PluginManager::PluginManager ()
}
refresh ();
cerr << "ladspa_path = " << ladspa_path << endl;//DEBUG
if (_manager == 0) {
_manager = this;
}
@ -107,7 +106,6 @@ PluginManager::ladspa_refresh ()
if (ladspa_path.length() == 0) {
ladspa_path = "/usr/local/lib64/ladspa:/usr/local/lib/ladspa:/usr/lib64/ladspa:/usr/lib/ladspa:/Library/Audio/Plug-Ins/LADSPA";
cerr << "ladspa_path set" << endl; //DEBUG
}
ladspa_discover_from_path (ladspa_path);