Skip to content
Commit c5a15f82 authored by Philip Van Hoof's avatar Philip Van Hoof
Browse files

tracker-preferences: Workaround for gtk+ bug setting scalers to max default

The scaler type in gtk+ seems to be setting the scaler's value to its max
default when the scaler is in a tab, the tab isn't open and
gtk_widget_show_all is called for. It also signals when this happens the
changed signal. In the signal handler we set the config object. If the tab
is never activated that means that we've written the config value with some-
thing the user didn't ask for (the default max value). I workaround-fixed
this by only setting the config object on apply-click.
parent bcd46bfc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment