the debug continues
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 30 Jun 2012 17:04:22 +0000 (17:04 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 30 Jun 2012 17:04:22 +0000 (17:04 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12972 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/new_session_dialog.cc

index 78a14087c4992aa2f4d1015f90d2b6213fcc89e9..928bf7953de3e08e14a76ad11c1387b36514cd47 100644 (file)
@@ -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()