add filtering to plugin selection dialog

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2190 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-07-30 23:07:14 +00:00
parent aee603ea9d
commit 65d01a491b
3 changed files with 137 additions and 38 deletions

View file

@ -128,7 +128,8 @@ UI::load_rcfile (string path, bool themechange)
}
RC rc (path.c_str());
RC::reset_styles(Gtk::Settings::get_default());
// RC::reset_styles (Gtk::Settings::get_default());
gtk_rc_reset_styles (gtk_settings_get_default());
theme_changed.emit();
if (themechange) {