summaryrefslogtreecommitdiff
path: root/gtk2_ardour/new_session_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-05-16 02:43:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-05-16 02:43:06 +0000
commitdcaa9cd70d04c8f6eb63c814068c9fa5a60adc7e (patch)
tree3e50592c223a089d9467c9844480fafe50c7c2d1 /gtk2_ardour/new_session_dialog.h
parent45f59d0c04675839eb2613a099d05b70e2e27820 (diff)
tim mayberry's patches to fix middle-click pasting ina couple of dialogs (merged from trunk)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1852 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/new_session_dialog.h')
-rw-r--r--gtk2_ardour/new_session_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/new_session_dialog.h b/gtk2_ardour/new_session_dialog.h
index c22af7561c..8d1ae77358 100644
--- a/gtk2_ardour/new_session_dialog.h
+++ b/gtk2_ardour/new_session_dialog.h
@@ -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 ();