]> Dogcows Code - chaz/thecheat/blobdiff - AppController.m
The Cheat 1.1.1
[chaz/thecheat] / AppController.m
index aacc0a79d63f0f046753a0019469f0fe49d09624..acd33b8639403a3ad4441792114865613c969ae5 100644 (file)
 {
        if ( TCGlobalWindowsOnTop != windowsOnTop )
        {
-               [[NSNotificationCenter defaultCenter] postNotificationName:@"TCWindowsOnTopChanged" object:nil];
+               [[NSNotificationCenter defaultCenter] postNotificationName:@"TCWindowsOnTopChanged" object:[NSNumber numberWithBool:windowsOnTop]];
        }
 }
 
This page took 0.020102 seconds and 4 git commands to generate.