Fix session-open after selecting new, template, then back
[ardour.git] / gtk2_ardour / session_dialog.h
index 8aced6c90d1a786bb8cb79233196869f4588e8bc..ff630c2cd5a50faa101ac0e02c84cb81418e53da 100644 (file)
@@ -153,13 +153,15 @@ private:
                        add (name);
                        add (path);
                        add (description);
-                       add (created_with);
+                       add (created_with_short);
+                       add (created_with_long);
                }
 
                Gtk::TreeModelColumn<std::string> name;
                Gtk::TreeModelColumn<std::string> path;
                Gtk::TreeModelColumn<std::string> description;
-               Gtk::TreeModelColumn<std::string> created_with;
+               Gtk::TreeModelColumn<std::string> created_with_short;
+               Gtk::TreeModelColumn<std::string> created_with_long;
        };
 
        SessionTemplateColumns session_template_columns;