summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-06-30 17:04:22 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-06-30 17:04:22 +0000
commit5af426ef735d3fd420c621f5f9607ee6f9efd08d (patch)
treef19a6372993f9b84b56849ea8a00f4818bef84a4 /gtk2_ardour
parentf24aaf02cfe2c98a27bb58fee6cceb7971fe4182 (diff)
the debug continues
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12972 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/new_session_dialog.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/new_session_dialog.cc b/gtk2_ardour/new_session_dialog.cc
index 78a14087c4..928bf7953d 100644
--- a/gtk2_ardour/new_session_dialog.cc
+++ b/gtk2_ardour/new_session_dialog.cc
@@ -46,7 +46,8 @@ using namespace PBD;
void
showmecf (Gtk::FileChooserButton* fcb)
{
- cerr << fcb << " current folder changed, now " << fcb->get_current_folder() << endl;
+ cerr << fcb << " current folder changed, now " << fcb->get_current_folder()
+ << " and the filename is " << fcb->get_filename() << endl;
}
NewSessionDialog::NewSessionDialog()