background: s/NULL/null/
woops.
This commit is contained in:
parent
e801647083
commit
09c14f1a10
@ -165,7 +165,7 @@ const BackgroundCache = new Lang.Class({
|
|||||||
content = candidateContent.copy(params.monitorIndex, params.effects);
|
content = candidateContent.copy(params.monitorIndex, params.effects);
|
||||||
|
|
||||||
if (params.cancellable && params.cancellable.is_cancelled())
|
if (params.cancellable && params.cancellable.is_cancelled())
|
||||||
content = NULL;
|
content = null;
|
||||||
|
|
||||||
if (params.onFinished)
|
if (params.onFinished)
|
||||||
params.onFinished(content);
|
params.onFinished(content);
|
||||||
|
Loading…
Reference in New Issue
Block a user