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 469413 - Arrows still call seek when no files opened
Arrows still call seek when no files opened
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
2.19.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-08-22 22:40 UTC by Bastien Nocera
Modified: 2007-08-25 16:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2007-08-22 22:40:56 UTC
1. Open Totem with no files
2. Press the right/left arrows
3. Check that the statusbar is still showing "Seek to..." for a short time
Comment 1 Bastien Nocera 2007-08-25 16:25:31 UTC
2007-08-25  Bastien Nocera  <hadess@hadess.net>

        * src/totem-menu.c: (skip_forward_action_callback),
        (skip_backwards_action_callback):
        * src/totem.c: (totem_seek_time_rel), (totem_action_seek_relative),
        (totem_action_seek_time), (totem_action_remote),
        (totem_action_handle_key_release), (totem_action_handle_seek),
        (totem_action_handle_key_press), (totem_action_handle_scroll):
        * src/totem.h: Clean up the seek to time functions, and don't
        set the statusbar or the full screen label as seeking when
        there's no MRL loaded (Closes: #469413)