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 322226 - HIGify Audio type "restart required" dialog
HIGify Audio type "restart required" dialog
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
1.2.x
Other Linux
: Normal trivial
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-11-23 12:13 UTC by spark
Modified: 2010-09-02 17:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description spark 2005-11-23 12:13:41 UTC
HIGify TV-Out restart required dialog.

Something like:
Title: Restart Required
Primary text: Restart required for changes take effect
Secondary text: Switching on or off this type of TV-Out requires a restart to
take effect.

Buttons: [ Restart Now ] [ OK ]

Ideally the text would display only "on" or "off" depending on which radio you'd
clicked, but that may be too much work.
Comment 1 spark 2005-11-23 12:19:11 UTC
Same applies to the Audio output type restart prompt.
Comment 2 Bastien Nocera 2006-05-25 22:39:55 UTC
Could you cook up a patch?
Comment 3 Bastien Nocera 2006-11-27 16:19:02 UTC
Changed the title, there's nothing needing a restart in the TV-Out bits anymore.
Comment 4 Bastien Nocera 2006-11-27 16:56:15 UTC
2006-11-27  Bastien Nocera  <hadess@hadess.net>

        * src/backend/bacon-video-widget-gst-0.10.c:
        (bacon_video_widget_class_init), (bacon_video_widget_get_property),
        (bacon_video_widget_set_tv_out),
        (bacon_video_widget_can_set_volume),
        (bacon_video_widget_set_volume),
        (bacon_video_widget_set_show_visuals):
        * src/backend/bacon-video-widget-xine.c:
        (bacon_video_widget_class_init), (bacon_video_widget_init),
        (bacon_video_widget_get_property), (bacon_video_widget_set_volume),
        (bacon_video_widget_set_tv_out):
        * src/backend/bacon-video-widget.h:
        * src/totem-preferences.c: (on_tvout_toggled):
        * src/totem.c: (volume_notify_cb), (totem_callback_connect),
        (video_widget_create): Remove the TV-Out restart dialogue bits, both
        GStreamer and xine-lib can do without (Helps: 322226),
        Remove the need for update_gui_cb polling so that we don't wake Totem
        up when not playing anything (Helps: #363164)
Comment 5 Alexander “weej” Jones 2006-12-14 04:00:34 UTC
So... we don't need this anymore?

Close the bug?
Comment 6 Bastien Nocera 2006-12-14 08:48:35 UTC
No, read comment #3.
Comment 7 Bastien Nocera 2010-09-02 17:58:20 UTC
commit d6e1ed968857b9636588eca325ad83874b41dfcc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 2 18:57:35 2010 +0100

    Remove the unused "restart after change" dialogues
    
    https://bugzilla.gnome.org/show_bug.cgi?id=322226