~ubuntu-branches/ubuntu/lucid/brasero/lucid-proposed

« back to all changes in this revision

Viewing changes to libbrasero-utils/brasero-jacket-view.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-30 00:57:57 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20100330005757-ugoop0td80dcth72
Tags: 2.30.0-0ubuntu1
* New upstream version
  Bug Fixes:
  - Fix a problem if multiple tracks were processed in a single pass by
    a plugin then progress was not smooth 
  - Fix video options so that for SVCD we do have a proper default for
    aspect ratio 
  - Fix two problem with video transcoding: 
    - a hang that was caused by buffers being too little  
    - progress reporting that did not always properly work 
  - Make soft autodetection. 
  - Update to latest GTK code 
  - Fix #Bug 611111 - brasero burn:/// hangs 
  - Use gtk_widget_style_attach  () in realize implementations
* debian/control.in: 
  - updated gtk requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
1385
1385
        window = gtk_widget_get_window (widget);
1386
1386
        gdk_window_set_user_data (window, widget);
1387
1387
 
1388
 
        gtk_widget_set_style (widget, gtk_style_attach (gtk_widget_get_style (widget), window));
 
1388
        gtk_widget_style_attach (widget);
1389
1389
        GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED);
1390
1390
 
1391
1391
        gdk_window_show (gtk_widget_get_window (widget));
1489
1489
        gtk_widget_size_allocate (priv->edit, &view_alloc);
1490
1490
 
1491
1491
        gtk_widget_set_allocation (widget, allocation);
1492
 
        if (GTK_WIDGET_REALIZED (widget) && gtk_widget_get_has_window (widget)) {
 
1492
        if (gtk_widget_get_realized (widget) && gtk_widget_get_has_window (widget)) {
1493
1493
                gdk_window_move_resize (gtk_widget_get_window (widget),
1494
1494
                                        allocation->x,
1495
1495
                                        allocation->y,