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

« back to all changes in this revision

Viewing changes to src/brasero-multi-song-props.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:
302
302
                          NULL);
303
303
 
304
304
        /* second part of the dialog */
305
 
        box = gtk_hbox_new (FALSE, 6);
 
305
        box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
306
306
        gtk_widget_show (box);
307
307
 
308
308
        title = g_strdup_printf ("<b>%s</b>", _("Options"));