summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-09-04 15:01:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-09-04 15:01:49 +0000
commit56c86c148d6d1bb12d91ac5e7d1f5fa39c82b095 (patch)
treeb0218e3eca2105581353b4d90bc567922ba4649a /gtk2_ardour/sfdb_ui.cc
parent76aac52d4af81809ca554a48f31d83d75385556c (diff)
more improvements and fixes for the import dialog
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2415 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-rw-r--r--gtk2_ardour/sfdb_ui.cc10
1 files changed, 2 insertions, 8 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index f96e958877..7c5947e767 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -73,8 +73,6 @@ SoundFileBox::SoundFileBox ()
{
set_name (X_("SoundFileBox"));
- // set_size_request (250, 250);
-
preview_label.set_markup (_("<b>Soundfile Info</b>"));
border_frame.set_label_widget (preview_label);
@@ -315,12 +313,6 @@ SoundFileBox::tags_changed ()
return;
}
- cerr << "save new tags: ";
- for (vector<string>::iterator x = tags.begin(); x != tags.end(); ++x) {
- cerr << (*x) << ' ';
- }
- cerr << endl;
-
Library->set_tags (string ("//") + path, tags);
Library->save_changes ();
}
@@ -349,6 +341,8 @@ SoundFileBrowser::SoundFileBrowser (Gtk::Window& parent, string title, ARDOUR::S
HBox* hbox;
HBox* hpacker;
+ set_size_request (-1, 450);
+
set_session (s);
resetting_ourselves = false;