GNOME Bugzilla – Bug 322226
HIGify Audio type "restart required" dialog
Last modified: 2010-09-02 17:58:20 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.
Same applies to the Audio output type restart prompt.
Could you cook up a patch?
Changed the title, there's nothing needing a restart in the TV-Out bits anymore.
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)
So... we don't need this anymore? Close the bug?
No, read comment #3.
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