Decreased region opacity, smoothed out canvas/tempo line colours.
[ardour.git] / gtk2_ardour / export_dialog.h
index c67300e0d2bc9ed8e6ecfa9bc36da5613d369947..13b327fe50d2b051f2d71d96687f32ad6751d681 100644 (file)
@@ -53,7 +53,7 @@ class ExportDialog : public ArdourDialog
        ~ExportDialog ();
 
        void connect_to_session (ARDOUR::Session*);
-       virtual void set_range (jack_nframes_t start, jack_nframes_t end);
+       virtual void set_range (nframes_t start, nframes_t end);
        void start_export ();
 
   protected:
@@ -154,7 +154,6 @@ class ExportDialog : public ArdourDialog
        Glib::RefPtr<Gtk::ListStore> track_list;
        Gtk::TreeView  master_selector;
        Glib::RefPtr<Gtk::ListStore> master_list;
-       Gtk::FileSelection *file_selector;
 
        static void *_thread (void *arg);
        // sets the export progress in the progress bar
@@ -179,8 +178,7 @@ class ExportDialog : public ArdourDialog
 
        void track_selector_button_click ();
 
-       void initiate_browse ();
-       void finish_browse (int status);
+       void browse ();
 
        void set_state();
        void save_state();