correct check for presence of / or \ in a session name
[ardour.git] / gtk2_ardour / export_dialog.h
index 94420a74ec71e3b92643d9743abb50253150086f..f99f6d237e8ba9b23709094838cef26347a5f52a 100644 (file)
@@ -47,8 +47,6 @@ class ExportDialog : public ArdourDialog
 
        virtual Gtk::FileChooserAction browse_action() const { return Gtk::FILE_CHOOSER_ACTION_SAVE; }
 
-       bool on_event (GdkEvent* ev);
-
   protected:
        ARDOUR::AudioExportSpecification spec;
        Gtk::Frame  file_frame;
@@ -98,7 +96,7 @@ class ExportDialog : public ArdourDialog
   private:
        PublicEditor&    editor;
        ARDOUR::Session* session;
-    bool       track_and_master_selection_allowed;
+       bool    track_and_master_selection_allowed;
        bool    channel_count_selection_allowed;
        bool    export_cd_markers_allowed;
     
@@ -165,7 +163,7 @@ class ExportDialog : public ArdourDialog
        void fill_lists();
        void write_track_and_master_selection_to_spec();
 
-    void do_export_cd_markers (const string& path, const string& cuefile_type);
+       void do_export_cd_markers (const string& path, const string& cuefile_type);
        void export_cue_file (ARDOUR::Locations::LocationList& locations, const string& path);
        void export_toc_file (ARDOUR::Locations::LocationList& locations, const string& path);
        void do_export ();