Skip to content

pager: Use gobject bindings (Fixes #376)

Simon Steinbeiß requested to merge ochosi/xfce4-panel:fix-pager-crash into master

In order to set the correct visibility on settings we use GObject Bindings over the previous code in set_properties which caused a segfault.

I could reproduce the bug previously and it seems to be gone now. Please test though as it was a sporadic crash.

Merge request reports