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

« back to all changes in this revision

Viewing changes to include/Utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2010-01-27 12:50:10 UTC
  • mfrom: (6.3.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100127125010-iom9aoo8682dsbkl
Tags: 0.5.1-1
New upstream release 
Fix an important bug when users are resizing file systems with newer
GNU/Linux kernels, udev, and parted. See
http://gparted-forum.surf4.info/viewtopic.php?id=13777

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Copyright (C) 2004 Bart
2
 
 * Copyright (C) 2008, 2009 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
130
130
                                      bool wrap = false,
131
131
                                      bool selectable = false,
132
132
                                      const Glib::ustring & text_color = "black" ) ;
133
 
        static Glib::ustring num_to_str( Sector number, bool use_C_locale = false ) ;
 
133
        static Glib::ustring num_to_str( Sector number ) ;
134
134
        static Glib::ustring get_color( FILESYSTEM filesystem ) ;
135
135
        static Glib::RefPtr<Gdk::Pixbuf> get_color_as_pixbuf( FILESYSTEM filesystem, int width, int height ) ;
136
136
        static Glib::ustring get_filesystem_string( FILESYSTEM filesystem ) ;