tweak Stateful/StatefulDiffCommand changes so that SessionObject's actually get a...
[ardour.git] / gtk2_ardour / editor_snapshots.h
index 30cde55b2865ae2dc3e1c759b78bb069d599841c..5563778aa5f3af69596b9cc72a1aeaeafb6c78f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2009 Paul Davis 
+    Copyright (C) 2000-2009 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@ class EditorSnapshots : public EditorComponent
 public:
        EditorSnapshots (Editor *);
 
-       void connect_to_session (ARDOUR::Session *);
+       void set_session (ARDOUR::Session *);
 
        Gtk::Widget& widget () {
                return _scroller;
@@ -37,11 +37,11 @@ public:
        void redisplay ();
 
 private:
-       
+
        Gtk::ScrolledWindow _scroller;
-       
+
        struct Columns : public Gtk::TreeModel::ColumnRecord {
-               Columns () { 
+               Columns () {
                        add (visible_name);
                        add (real_name);
                }