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:
Bart Hakvoort 2006-08-20 09:49:45 +00:00
parent 889ab1232f
commit 8e0880e5ea
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 ;
}