Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Apps
parole
Commits
e68d704d
Commit
e68d704d
authored
May 01, 2013
by
Sean Davis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MKV subtitles being shown when automatically show subtitles is disabled (bug 9880)
parent
7ea090a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/parole-player.c
src/parole-player.c
+0
-1
No files found.
src/parole-player.c
View file @
e68d704d
...
...
@@ -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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment