~swem/totem/assignment

« back to all changes in this revision

Viewing changes to src/totem-properties-view.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-01-27 09:40:18 UTC
  • mfrom: (1.4.2 upstream) (5.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100127094018-q6rzt7va0y8ketwt
Tags: 2.29.4-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
    - Drop tracker plugin, it needs tracker 0.7.
  + debian/totem-mozilla.links:
    - Drop the complex plugin, it doesn't exist anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
                        return;
183
183
                }
184
184
 
185
 
                if (bacon_video_widget_play (props->priv->bvw, &error) == FALSE) {
186
 
                        g_warning ("Couldn't play %s: %s", location, error->message);
187
 
                        g_error_free (error);
188
 
                        bacon_video_widget_close (props->priv->bvw);
189
 
                        return;
190
 
                }
191
 
 
192
185
                bacon_video_widget_close (props->priv->bvw);
193
186
        } else {
194
187
                if (props->priv->bvw != NULL)