X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_snapshots.cc;h=d9c1489e822edb29a27869c05fc7ba9fe17e08d9;hb=5d509146c815bee46e8d1ede78c7e4445f346db8;hp=d8e0fd164463bc995a8304802e9f11534bb88a59;hpb=da8eec7a8311295ee91308eca9fae2146385c512;p=ardour.git diff --git a/gtk2_ardour/editor_snapshots.cc b/gtk2_ardour/editor_snapshots.cc index d8e0fd1644..d9c1489e82 100644 --- a/gtk2_ardour/editor_snapshots.cc +++ b/gtk2_ardour/editor_snapshots.cc @@ -40,7 +40,6 @@ EditorSnapshots::EditorSnapshots (Editor* e) _model = ListStore::create (_columns); _display.set_model (_model); _display.append_column (X_("snapshot"), _columns.visible_name); - _display.set_name ("SnapshotDisplay"); _display.set_size_request (75, -1); _display.set_headers_visible (false); _display.set_reorderable (false); @@ -108,7 +107,7 @@ EditorSnapshots::button_press (GdkEventButton* ev) /** Pop up the snapshot display context menu. * @param button Button used to open the menu. * @param time Menu open time. - * @snapshot_name Name of the snapshot that the menu click was over. + * @param snapshot_name Name of the snapshot that the menu click was over. */ void EditorSnapshots::popup_context_menu (int button, int32_t time, std::string snapshot_name)