~swem/totem/assignment

« back to all changes in this revision

Viewing changes to src/plugins/skipto/totem-skipto.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-25 19:11:33 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225191133-7bonpywglovrzohq
Tags: 2.29.91-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
* debian/patches/99_gst-bus_flush.patch:
  + Patch from upstream GIT to fix automatic codec installation
    and random errors showing up from previous tracks.
* debian/control.in:
  + Add ATK build dependency to allow buildds to actually install
    the correct version instead of producing an error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
        container = GTK_WIDGET (gtk_builder_get_object (skipto->priv->xml,
183
183
                                "tstw_skip_vbox"));
184
184
        gtk_container_set_border_width (GTK_CONTAINER (skipto), 5);
185
 
        gtk_box_pack_start (GTK_BOX (GTK_DIALOG (skipto)->vbox),
 
185
        gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (skipto))),
186
186
                            container,
187
187
                            TRUE,       /* expand */
188
188
                            TRUE,       /* fill */