~ubuntu-branches/ubuntu/trusty/gparted/trusty

« back to all changes in this revision

Viewing changes to src/xfs.cc

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2010-10-30 11:08:59 UTC
  • mfrom: (6.3.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20101030110859-2pgeh1y8p7z8tsb6
Tags: 0.7.0-1
New upstream release
Fix gparted crash at start with glibmm-ERROR
Closes: 601818
LP: #609477, #617885
Fix crash moving more than one logical partition right
Closes: 601817
Skip move/copy action because linux swap contains no data
LP: #401228
Fix several memory leaks and valgrind errors
Remove unnecessary null pointer checks
Fix partitions moved or copied are 1 MiB larger
Insert additional translator comments
Add initial support for btrfs

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
        return return_value ;
223
223
}
224
224
 
 
225
bool xfs::move( const Partition & partition_new
 
226
              , const Partition & partition_old
 
227
              , OperationDetail & operationdetail
 
228
              )
 
229
{
 
230
        return true ;
 
231
}
 
232
 
225
233
bool xfs::copy( const Glib::ustring & src_part_path,
226
234
                const Glib::ustring & dest_part_path,
227
235
                OperationDetail & operationdetail )