After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 499462 - Disable "select text subtitle" in playlist when multiple files are selected
Disable "select text subtitle" in playlist when multiple files are selected
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-11-25 01:12 UTC by Bastien Nocera
Modified: 2007-11-26 12:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
multiple selection in playlist fix (940 bytes, patch)
2007-11-26 12:25 UTC, Kamil Pawlowski
committed Details | Review

Description Bastien Nocera 2007-11-25 01:12:13 UTC
Right now, it only sets the subtitle for the first file.
Comment 1 Kamil Pawlowski 2007-11-26 12:25:28 UTC
Created attachment 99654 [details] [review]
multiple selection in playlist fix

Maybe this helps
Comment 2 Bastien Nocera 2007-11-26 12:37:40 UTC
2007-11-26  Bastien Nocera  <hadess@hadess.net>

        * src/totem-playlist.c: (playlist_show_popup_menu),
        (playlist_remove_files), (totem_playlist_save_files),
        (totem_playlist_move_files), (treeview_row_changed),
        (totem_playlist_clear), (totem_playlist_set_previous),
        (totem_playlist_class_init): Patch from Kamil Pawlowski
        <kamilpe@gmail.com> to disable the "Select text subtitle" menu entry
        if multiple files are selected (Closes: #499462)