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 320554 - Mixer applet's slider pops up on wrong side of panel
Mixer applet's slider pops up on wrong side of panel
Status: RESOLVED WONTFIX
Product: gnome-applets
Classification: Other
Component: mixer
git master
Other Linux
: Normal major
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on: 320559
Blocks:
 
 
Reported: 2005-11-02 21:39 UTC by Dennis Cranston
Modified: 2005-11-03 12:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (2.06 KB, patch)
2005-11-02 21:47 UTC, Dennis Cranston
none Details | Review

Description Dennis Cranston 2005-11-02 21:39:32 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.
Comment 1 Dennis Cranston 2005-11-02 21:42:04 UTC
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
Comment 2 Dennis Cranston 2005-11-02 21:47:17 UTC
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.
Comment 3 Ronald Bultje 2005-11-02 22:48:47 UTC
?!?!? This is a major API/ABI breakage.
Comment 4 Vincent Untz 2005-11-03 06:58:44 UTC
Also see the patch in bug 320559 (where discussion about this happens).
Comment 5 Vincent Untz 2005-11-03 12:22:25 UTC
Panel change was reverted.