added FIXME removed FIXME
* src/Dialog_Progress.cc: added FIXME * src/GParted_Core.cc: removed FIXME
This commit is contained in:
parent
f7722d2bbf
commit
7f265770eb
|
@ -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,
|
||||
|
|
|
@ -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 ) ;
|
||||
}
|
||||
|
|
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue