summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-07-19 03:49:52 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-07-19 03:49:52 +0000
commit50a4504e488227182374b39c7ea50a1147f3557d (patch)
tree48068cedd3068773fb9fb651df9eaf843dffefa7 /gtk2_ardour/option_editor.cc
parentedde9b59833183904ec7bd7fd49bb2bc8515f7e9 (diff)
Updated config.guess file
Added mac specific ardour2_mac_ui.rc file Fixed some memory leaks in add_instant_xml() usage. Added EXTRA_WARN scons option for pedants. Reformatted xml++.cc into something that wouldn't drive me insane. git-svn-id: svn://localhost/ardour2/trunk@686 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index d4c2715742..09aacdab15 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -253,6 +253,7 @@ OptionEditor::setup_path_options()
sfdb_path_view.append_column(_("Paths"), sfdb_path_columns.paths);
sfdb_path_view.set_size_request(-1, 100);
+ sfdb_path_view.set_headers_visible (false);
path_table.show_all();
}