simplify xfconf access
-
xfconf_channel_get() always returns a valid object, so we don't need any extra care for the NULL case.
-
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