Skip to content

background: Avoid warning on NULL pixbuf

Guido Gunther requested to merge guido.gunther/phosh:bg-warn into master

Since we're loading the background async now we might not be done when GTK first invokes the draw callback. This is simpler than registering the callback later.

Signed-off-by: Guido Günther guido.gunther@puri.sm

Merge request reports