tim mayberry's patches to fix middle-click pasting ina couple of dialogs (merged...
[ardour.git] / gtk2_ardour / new_session_dialog.h
index e0f488dc801a4705241063723f8f96c276163c21..8d1ae7735841a5750f71b3bf34cfca176f0934f3 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 // -*- c++ -*-
@@ -83,6 +82,7 @@ public:
        bool connect_outs_to_master() const;
        bool connect_outs_to_physical() const ;
        int get_current_page();
+       void set_current_page (int);
        void reset_recent();
 
        // reset everything to default values.
@@ -179,7 +179,7 @@ protected:
                    return cmp_nocase(a.first, b.first) == -1;
            }
        };
-       bool entry_key_release (GdkEventKey*);
+       void on_new_session_name_entry_changed();
        void notebook_page_changed (GtkNotebookPage*, uint);
        void treeview_selection_changed ();
        void file_chosen ();