13
0

Only show child rows for session snapshots when there is more than 1 snapshot in the recent session treeview of the NewSessionDialog

git-svn-id: svn://localhost/ardour2/trunk@2391 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-09-04 05:26:35 +00:00
parent 189071eae2
commit 7a5a4bb568

View File

@ -759,7 +759,7 @@ NewSessionDialog::reset_recent()
row[recent_columns.visible_name] = Glib::path_get_basename (fullpath);
row[recent_columns.fullpath] = fullpath;
if (state_file_names.size()) {
if (state_file_names.size() > 1) {
// add the children