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

« back to all changes in this revision

Viewing changes to include/Dialog_Partition_New.h

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2010-03-14 12:54:22 UTC
  • mfrom: (6.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100314125422-12p4crwmztp8y9y5
Tags: 0.5.2-1
* New upstream release
  Fix error message for NTFS partitions if ntfsprogs is not installed
  Closes: 550958
* Fix out-of-date-standards-version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Copyright (C) 2004 Bart
2
 
 * Copyright (C) 2008 Curtis Gedak
 
2
 * Copyright (C) 2008, 2009, 2010 Curtis Gedak
3
3
 *
4
4
 *  This program is free software; you can redistribute it and/or modify
5
5
 *  it under the terms of the GNU General Public License as published by
36
36
                       unsigned short new_count,
37
37
                       const std::vector<FS> & FILESYSTEMS,
38
38
                       bool only_unformatted,
39
 
                       Sector cylinder_size );
 
39
                       Sector cylinder_size,
 
40
                       Glib::ustring disktype );
40
41
        Partition Get_New_Partition() ;//overridden function
41
42
 
42
43
private: