commented set_do_overwrite_confirmation() since it was only introduced

* src/Dialog_Progress.cc: commented set_do_overwrite_confirmation()
  since it was only introduced since gtkmm-2.8 and i don't want to
  raise the deps that high just yet.
This commit is contained in:
Bart Hakvoort 2006-02-07 19:17:55 +00:00
parent dbaf6df531
commit 4e54226462
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-02-07 Bart Hakvoort <hakvoort@cvs.gnome.org>
* src/Dialog_Progress.cc: commented set_do_overwrite_confirmation()
since it was only introduced since gtkmm-2.8 and i don't want to
raise the deps that high just yet.
2006-02-07 Bart Hakvoort <hakvoort@cvs.gnome.org>
* src/Win_GParted.cc: removed warning about busy device. It's not

View File

@ -294,7 +294,7 @@ void Dialog_Progress::on_save()
dialog .set_transient_for( *this ) ;
dialog .set_current_folder( Glib::get_home_dir() ) ;
dialog .set_current_name( "gparted_details.htm" ) ;
dialog .set_do_overwrite_confirmation( true ) ;
// dialog .set_do_overwrite_confirmation( true ) ; FIXME: since gtkmm-2.8..
dialog .add_button( Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL ) ;
dialog .add_button( Gtk::Stock::SAVE, Gtk::RESPONSE_OK ) ; //there's no enum for SAVE