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 369490 - Update bacon-volume from libbacon
Update bacon-volume from libbacon
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-02 16:08 UTC by Bastien Nocera
Modified: 2006-11-02 16:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2006-11-02 16:08:26 UTC
Multi-screen awareness patches, as well as use of the gnome-icon-theme provided volume icons.

2006-11-02  Bastien Nocera  <hadess@hadess.net>

        * 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):

        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)

2006-11-01  Bastien Nocera  <hadess@hadess.net>

        * src/bacon-volume.c: (bacon_volume_button_init),
        (bacon_volume_button_dispose), (bacon_volume_button_new),
        (bacon_volume_scale_value_changed), (bacon_volume_theme_changed),
        (bacon_volume_load_icons):
        * src/bacon-volume.h: Patch from Jan Arne Petersen <jpetersen@jpetersen.org>
        to make use of the named icons in gnome-icon-theme instead of our own
        copies (Closes: #357143)
Comment 1 Ross Burton 2006-11-02 16:18:14 UTC
Done in cvs, thanks!