~ubuntu-branches/ubuntu/lucid/totem/lucid-updates

« back to all changes in this revision

Viewing changes to src/totem-object.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-10-29 16:30:01 UTC
  • mfrom: (1.10.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091029163001-urrn5sglqccz34ue
Tags: 2.28.2-0ubuntu1
* New upstream release: (LP: #463102)
  - Movie Player:
    - Fix possible crash on exit when using Python plugins
    - Fix warning when displaying file tooltip in the playlist
    - Fix help links not showing up in error messages (LP: #452510)
    - Fix "disabling screensaver when audio is playing" checkbox
      never turning off (or on)
    - Fix play order when removing currently playing song
  - Web browser plugin:
    - Fix screensaver not being stopped when playing movies (LP: #358297)
      (LP: #381116)
    - Fix parsing of playlist files when using WebKit
    - Add support for midi files
  - GStreamer backend:
    - Fix possible hang on startup
    - Fix DVB channels file not being detected properly
    - Fix warning when creating a screenshot
    - Use cubic volumes when PulseAudio is used
    - Fix intermittent pixel-aspect-ratio warnings
* debian/patches/03_screensaver_preferences.patch:
* debian/patches/71_totem_python_gil.patch:
* debian/patches/91_git_change_fix_dvb_issue.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
3314
3314
static gboolean
3315
3315
on_eos_event (GtkWidget *widget, Totem *totem)
3316
3316
{
 
3317
        reset_seek_status (totem);
 
3318
 
3317
3319
        if (bacon_video_widget_get_logo_mode (totem->bvw) != FALSE)
3318
3320
                return FALSE;
3319
3321