diff options
author | Bastien Nocera <hadess@hadess.net> | 2009-07-23 18:19:34 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2009-07-23 18:19:34 +0100 |
commit | a7777d81fab0fff05e096917c6e0b3705d01b9e3 (patch) | |
tree | 341e631e6d0766202194c8a5b301269408c540fa /src/totem-properties-view.c | |
parent | 9eab91849905a403ac9309351edba39a3fcb0995 (diff) | |
download | totem-a7777d81fab0fff05e096917c6e0b3705d01b9e3.tar.gz |
Revert "Split out the subtitle loading"
This reverts commit 9eab91849905a403ac9309351edba39a3fcb0995.
playbin2 is broken when loading the subtitle after we've opened
the file.
Diffstat (limited to 'src/totem-properties-view.c')
-rw-r--r-- | src/totem-properties-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-properties-view.c b/src/totem-properties-view.c index a89de13e3..07de85085 100644 --- a/src/totem-properties-view.c +++ b/src/totem-properties-view.c @@ -176,7 +176,7 @@ totem_properties_view_set_location (TotemPropertiesView *props, bacon_video_widget_close (props->priv->bvw); bacon_video_widget_properties_reset (props->priv->props); - if (bacon_video_widget_open (props->priv->bvw, location, &error) == FALSE) { + if (bacon_video_widget_open (props->priv->bvw, location, NULL, &error) == FALSE) { g_warning ("Couldn't open %s: %s", location, error->message); g_error_free (error); return; |