Skip to content

fixed excessive use of dconf

Saving the view-window-width and view-window-height values every time the size-allocation signal is emmited causes dconf-service to write constantly to disk.

This merge request corrects the error by verifying that the values are different before saving them.

Merge request reports