~ubuntu-branches/ubuntu/intrepid/gparted/intrepid

« back to all changes in this revision

Viewing changes to src/Dialog_Base_Partition.cc

  • Committer: Bazaar Package Importer
  • Author(s): Alan Baghumian
  • Date: 2008-02-07 09:43:11 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080207094311-a87w1vg3tx94ewck
Tags: 0.3.5-1
* New upstream bugfix release (Closes: #451723).
* Dropped 02_fix-build-failure-with-g++-4.3,
  03_fdi_robustification and 04_Win_GParted.cc
  patches, merged upstream
* Updated debian/control:
  - bump standards version to 3.7.3
  - wrapped deps and build-deps
* Added gparted.manpages and gparted.links, (Closes: #460801).
* Refreshed 05_GParted_Core.cc to be applied properly
* Added 06_fix-hal-policy-path patch to fix
  gparted-disable-automount.fdi policy path, thanks
  Sjoerd Simons (Closes: #454977).
* Refreshed 01_fix-desktop.patch to use 01_fix-desktop.patch,
  (Closes: 454050).
* Updated menu file to fix lintian errors.  

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
        }
172
172
}
173
173
 
174
 
void Dialog_Base_Partition::Set_MinMax_Text( long min, long max )
 
174
void Dialog_Base_Partition::Set_MinMax_Text( Sector min, Sector max )
175
175
{
176
176
        str_temp = String::ucompose( _("Minimum Size: %1 MiB"), min ) + "\t\t" ;
177
177
        str_temp += String::ucompose( _("Maximum Size: %1 MiB"), max ) ;