~ubuntu-branches/ubuntu/maverick/brasero/maverick

« back to all changes in this revision

Viewing changes to src/brasero-song-properties.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-01-04 17:45:17 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174517-vz0avr4o1vdfusrf
Tags: 2.29.4-0ubuntu1
* New upstream release:
  - Bug fixes
  - Fixes for Video DVD
  - Updated translations.
* Add 001_nautilus_lazy_init.patch: Do not call brasero_*_start() at
  nautilus startup, they are very expensive; lazily initialize those
  instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
                            FALSE,
171
171
                            0);
172
172
 
173
 
        obj->priv->label = gtk_frame_get_label_widget (GTK_FRAME (frame));
 
173
        obj->priv->label = brasero_utils_properties_get_label (frame);
174
174
        gtk_label_set_single_line_mode (GTK_LABEL (obj->priv->label), FALSE);
175
175
        gtk_label_set_use_markup (GTK_LABEL (obj->priv->label), TRUE);
176
176
        gtk_label_set_line_wrap (GTK_LABEL (obj->priv->label), TRUE);