make save-as dialog be persistent, to retain settings across save-as

This commit is contained in:
Paul Davis 2015-04-22 14:11:00 -04:00
parent b38ab89d92
commit e47a22a118
4 changed files with 31 additions and 10 deletions

View file

@ -37,7 +37,9 @@ public:
bool switch_to () const;
bool copy_media () const;
bool copy_external () const;
void clear_name ();
private:
Gtk::CheckButton switch_to_button;
Gtk::CheckButton copy_media_button;