GNOME Bugzilla – Bug 369136
volume popup not working on 2nd screen
Last modified: 2006-11-02 16:07:29 UTC
Steps to repro: 0) Apply the patch from bug 369134 to totem 1) Start totem, click the volume button 2) Move to 2nd screen (Help->Move...) 3) Click the volume button Results: The volume slider doesn't pop up in step 3.
Created attachment 75848 [details] [review] this seems to fix it
2006-11-02 Bastien Nocera <hadess@hadess.net> * configure.in: remove unused d-bus checks * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_realize): * src/backend/video-utils.c: (totem_ratio_fits_screen): * src/bacon-volume.c: (bacon_volume_button_get_type), (bacon_volume_button_new), (bacon_volume_button_realize), (bacon_volume_button_press), (bacon_volume_key_release), (bacon_volume_release_grab), (cb_dock_key_release), (bacon_volume_scale_get_type), (bacon_volume_scale_value_changed), (bacon_volume_theme_changed), (bacon_volume_load_icons): * src/totem-playlist.c: (load_icon), (init_treeview), (totem_playlist_realize), (totem_playlist_unrealize), (totem_playlist_init): * src/totem.c: (window_realize_cb), (totem_callback_connect): Patches from Christian Persch <chpe@cvs.gnome.org> to fix the volume button not popping up on the 2nd screen (Closes: #369136) Fix multi-screen awareness (ie. don't use gtk_icon_theme_get_default or gdk_screen_get_default) (Closes: #369337)