Correct bug in previous commit

This commit is contained in:
Bjorn Winckler
2008-09-16 23:08:22 +02:00
parent def2d1a9e4
commit 5da159c4eb
+1 -1
View File
@@ -925,7 +925,7 @@ static BOOL isUnsafeMessage(int msgid);
[self scheduleClose];
} else if (SetFullscreenColorMsgID == msgid) {
const int *bg = (const int*)[data bytes];
NSColor *color = [NSColor colorWithRgbInt:bg];
NSColor *color = [NSColor colorWithRgbInt:*bg];
[windowController setFullscreenBackgroundColor:color];
// IMPORTANT: When adding a new message, make sure to update