[gnome-mplayer] r2462 committed - Fix problem with subtitles reappearing after they have been disabl...

1 view
Skip to first unread message

gnome-...@googlecode.com

unread,
Dec 13, 2013, 12:45:38 PM12/13/13
to gnome-mpla...@googlegroups.com
Revision: 2462
Author: kdekorte
Date: Fri Dec 13 17:45:26 2013 UTC
Log: Fix problem with subtitles reappearing after they have been
disabled after
pause/play cycle Issue #703

http://code.google.com/p/gnome-mplayer/source/detail?r=2462

Modified:
/trunk/ChangeLog
/trunk/src/gui.c

=======================================
--- /trunk/ChangeLog Tue Oct 15 22:28:43 2013 UTC
+++ /trunk/ChangeLog Fri Dec 13 17:45:26 2013 UTC
@@ -1,4 +1,6 @@
Development
+ Fix problem with subtitles reappearing after they have been disabled
after
+ pause/play cycle Issue #703
Set window properties to be common for all the created windows
Updated Japanese translation
Updated Hungarian translation
=======================================
--- /trunk/src/gui.c Tue Oct 15 22:28:43 2013 UTC
+++ /trunk/src/gui.c Fri Dec 13 17:45:26 2013 UTC
@@ -7222,7 +7222,7 @@
if (idledata->videopresent)
dbus_disable_screensaver();
gmtk_media_tracker_set_text(GMTK_MEDIA_TRACKER(tracker),
_("Playing"));
- gmtk_media_player_set_attribute_boolean(GMTK_MEDIA_PLAYER(media),
ATTRIBUTE_SUB_VISIBLE, showsubtitles);
+ gmtk_media_player_set_attribute_boolean(GMTK_MEDIA_PLAYER(media),
ATTRIBUTE_SUB_VISIBLE, gtk_check_menu_item_get_active
(menuitem_view_subtitles));
dbus_send_event("MediaPlaying", 0);
g_idle_add(set_media_label, idledata);
if
(gmtk_media_player_get_attribute_string(GMTK_MEDIA_PLAYER(media),
ATTRIBUTE_TITLE) != NULL) {
Reply all
Reply to author
Forward
0 new messages