GNOME Bugzilla – Bug 520411
interaction between brightness applet and prefs dialog
Last modified: 2008-03-04 23:38:24 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.
Created attachment 106581 [details] [review] Proposed patch
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.