summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.h
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-03-28 10:52:46 +0000
committerDoug McLain <doug@nostar.net>2006-03-28 10:52:46 +0000
commit744acb7c16806759743901190d8b38b61475d5be (patch)
treec9a7c2ed94fdcbbd55ce78f2cb31086e444b54bb /gtk2_ardour/export_dialog.h
parent34c9e917c5674c4e4bbca02bc975c2ad08862570 (diff)
replaced deprecated (and ugly) FileSelection with FileChooserDialog in export dialog. Also some button size trimming
git-svn-id: svn://localhost/trunk/ardour2@422 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/export_dialog.h')
-rw-r--r--gtk2_ardour/export_dialog.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h
index c67300e0d2..3bb2b40c06 100644
--- a/gtk2_ardour/export_dialog.h
+++ b/gtk2_ardour/export_dialog.h
@@ -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();