added FIXME removed FIXME

* src/Dialog_Progress.cc: added FIXME
* src/GParted_Core.cc: removed FIXME
This commit is contained in:
Bart Hakvoort 2006-07-19 21:04:49 +00:00
parent f7722d2bbf
commit 7f265770eb
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-07-19 Bart Hakvoort <hakvoort@cvs.gnome.org>
* src/Dialog_Progress.cc: added FIXME
* src/GParted_Core.cc: removed FIXME
2006-07-19 Bart Hakvoort <hakvoort@cvs.gnome.org>
* include/Dialog_Progress.h,

View File

@ -249,6 +249,7 @@ void Dialog_Progress::on_signal_show()
//deal with succes/error...
if ( succes )
{
//FIXME: display amount of warnings between braces after this text, deal properly with plurality
progressbar_all .set_text( _("All operations succesfully completed") ) ;
progressbar_all .set_fraction( 1.0 ) ;
}

View File

@ -1184,7 +1184,6 @@ bool GParted_Core::move_filesystem( const Partition & partition_old,
close_disk() ;
//do the move..
//FIXME: test all kinds of moving/resizing combi's with different blocksizes
Sector blocksize = 32 ;//FIXME: write an algorithm to determine the optimal blocksize
Glib::ustring error_message ;