GNOME Bugzilla – Bug 320554
Mixer applet's slider pops up on wrong side of panel
Last modified: 2005-11-03 12:22:25 UTC
Single click on the mixer applet, the volume slider will be displayed on the wrong side of the panel. This means it is hidden for panels attached to the side of the desktop.
This bug popped up after the following changes were made to the panel. 2005-10-24 Vincent Untz <vuntz@gnome.org> * drawer.c: add FIXME * launcher.c: (drag_data_get_cb): fix warning (panel_launcher_set_dnd_enabled): add FIXME * menu.c: (icon_theme_changed): don't use GnomeIconTheme * panel-applet-frame.c: (panel_applet_frame_change_orientation): I'm not sure why the orientation were inverted, but I think it's a bug. So fix it. It might break things, though... (panel_applet_frame_get_orient_string): ditto * panel-properties-dialog.c: add TODO * panel-run-dialog.c: (entry_drag_data_received): use g_uri_list_extract_uris() and remove warning (pixmap_drag_data_get): remove warning
Created attachment 54248 [details] [review] Proposed patch 2005-11-02 Dennis Cranston <dennis_cranston@yahoo.com> * applet.c: (gnome_volume_applet_get_dock_position): Update orientation to match recent gnome-panel changes.
?!?!? This is a major API/ABI breakage.
Also see the patch in bug 320559 (where discussion about this happens).
Panel change was reverted.