~ubuntu-branches/debian/sid/brasero/sid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-19 14:00:13 UTC
  • mfrom: (5.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20111119140013-9dnkj4de9z9lzceo
Tags: 3.2.0-2
* Upload to unstable.
* debian/control.in:
  - Make libbrasero-media3-dev depend on gir1.2-brasero-3.0.

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