small fix with moving of linux-swap (which seems pretty useless to me :^)
* src/linux_swap.cc: small fix with moving of linux-swap (which seems pretty useless to me :^) )
This commit is contained in:
parent
889ab1232f
commit
8e0880e5ea
|
@ -1,3 +1,8 @@
|
|||
2006-08-20 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
||||
|
||||
* src/linux_swap.cc: small fix with moving of linux-swap (which seems
|
||||
pretty useless to me :^) )
|
||||
|
||||
2006-08-20 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
||||
|
||||
* changed progressfeedbackhandling a bit. Because this affected
|
||||
|
|
|
@ -31,10 +31,10 @@ FS linux_swap::get_filesystem_support()
|
|||
fs .create = GParted::FS::EXTERNAL ;
|
||||
fs .grow = GParted::FS::EXTERNAL ;
|
||||
fs .shrink = GParted::FS::EXTERNAL ;
|
||||
fs .move = GParted::FS::EXTERNAL ;
|
||||
}
|
||||
|
||||
fs .copy = GParted::FS::GPARTED ;
|
||||
fs .move = GParted::FS::GPARTED ;
|
||||
|
||||
return fs ;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue