the hunt for the file chooser bug continues
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 30 Jun 2012 13:52:33 +0000 (13:52 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 30 Jun 2012 13:52:33 +0000 (13:52 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12969 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/new_session_dialog.cc

index 1a22e361e765e825e31b19ea181305e243c8b338..bda5c290612b9f9dfb24fd12c3acfa535c6d02fd 100644 (file)
@@ -676,6 +676,8 @@ NewSessionDialog::session_folder() const
        switch (which_page()) {
        case NewPage:
                 cerr << "mfolder " << m_folder << " says " << m_folder->get_current_folder() << endl;
+                cerr << "C API says " << gtk_file_chooser_get_current_folder (GTK_FILE_CHOOSER(m_folder->gobj())) << endl;
+
                return Glib::filename_from_utf8(m_folder->get_current_folder());
                
        case EnginePage: