~noskcaj/ubuntu/vivid/brasero/3.12

« back to all changes in this revision

Viewing changes to libbrasero-burn/brasero-dest-selection.c

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-09-22 17:10:54 UTC
  • mfrom: (1.1.49 upstream)
  • Revision ID: package-import@ubuntu.com-20110922171054-o41jg5o5gu8p03na
Tags: 3.1.92-0ubuntu1
* New upstream release
* debian/brasero-common.install:
  - Remove no longer installed omf directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
712
712
                                                             TRUE,
713
713
                                                             TRUE);
714
714
        else
715
 
                size_string = g_format_size_for_display (size_bytes - session_bytes);
 
715
                size_string = g_format_size (size_bytes - session_bytes);
716
716
 
717
717
        brasero_track_type_free (input);
718
718