Skip to content

Commit 1fcdfd5

Browse files
committed
Remove null parameter
1 parent 6adc012 commit 1fcdfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/MultitaskingView/WindowClone.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ public class Gala.WindowClone : ActorTarget, RootTarget {
697697

698698
to_value.set_boxed (&new_color);
699699
return true;
700-
}, null);
700+
});
701701
}
702702
}
703703
}

0 commit comments

Comments
 (0)