Skip to content

simplify xfconf access

Enrico Weigelt requested to merge metux/xfdesktop:submit/xfconf-cleanup into master
  1. xfconf_channel_get() always returns a valid object, so we don't need any extra care for the NULL case.

  2. move control of channel retrieval into one cental place - icon view should not have to do this on its own, desktop object is the master and thus should be in control.

Reducing complexity and making the code easier to understand.

Edited by Enrico Weigelt

Merge request reports