[Xfce4-commits] <parole:bluesabre/gtk3> Fix MKV subtitles being shown when automatically show subtitles is disabled (bug 9880)
Sean Davis
noreply at xfce.org
Sun Aug 11 15:17:40 CEST 2013
Updating branch refs/heads/bluesabre/gtk3
to e68d704de79c6a81842195e1356a6be78d1b7c25 (commit)
from 7ea090a71c7e65d6707aa63a617b4a66f98041ae (commit)
commit e68d704de79c6a81842195e1356a6be78d1b7c25
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Wed May 1 19:21:00 2013 -0400
Fix MKV subtitles being shown when automatically show subtitles is disabled (bug 9880)
src/parole-player.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/parole-player.c b/src/parole-player.c
index 08cfb71..b942607 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -3305,7 +3305,6 @@ void parole_player_combo_box_audiotrack_changed_cb(GtkWidget *widget, ParolePlay
void parole_player_combo_box_subtitles_changed_cb(GtkWidget *widget, ParolePlayer *player)
{
gint sub_index = gtk_combo_box_get_active(GTK_COMBO_BOX(player->priv->combobox_subtitles));
- if (player->priv->update_languages == FALSE)
gst_set_current_subtitle_track(PAROLE_GST(player->priv->gst), sub_index);
parole_player_set_subtitle_radio_menu_item_selected(player, sub_index);
}
More information about the Xfce4-commits
mailing list