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 520411 - interaction between brightness applet and prefs dialog
interaction between brightness applet and prefs dialog
Status: RESOLVED FIXED
Product: gnome-power-manager
Classification: Deprecated
Component: gnome-power-preferences
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Power Manager Maintainer(s)
GNOME Power Manager Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-03-04 23:34 UTC by David Zeuthen (not reading bugmail)
Modified: 2008-03-04 23:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (720 bytes, patch)
2008-03-04 23:35 UTC, David Zeuthen (not reading bugmail)
none Details | Review

Description David Zeuthen (not reading bugmail) 2008-03-04 23:34:56 UTC
When changing the brightness via the applet the slider in the prefs dialog does not update. Will attach a simple patch to fix this.
Comment 1 David Zeuthen (not reading bugmail) 2008-03-04 23:35:28 UTC
Created attachment 106581 [details] [review]
Proposed patch
Comment 2 David Zeuthen (not reading bugmail) 2008-03-04 23:38:24 UTC
Committed after talking to Richard on IRC.

2008-03-04  David Zeuthen  <davidz@redhat.com>

        * src/gpm-prefs-core.c: (conf_key_changed_cb): Update the slider
        when the value in gconf changes. This fixes a bug when using the
        brightness applet and the slider isn't updated. Fixes bug #520411.