X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=AppController.m;fp=AppController.m;h=acd33b8639403a3ad4441792114865613c969ae5;hp=aacc0a79d63f0f046753a0019469f0fe49d09624;hb=fcdfb47212ad3d7f8ec8ae115ccf4f30b7ace383;hpb=5c3719dab502456afddef1ae919e73f06973012f diff --git a/AppController.m b/AppController.m index aacc0a7..acd33b8 100644 --- a/AppController.m +++ b/AppController.m @@ -215,7 +215,7 @@ { if ( TCGlobalWindowsOnTop != windowsOnTop ) { - [[NSNotificationCenter defaultCenter] postNotificationName:@"TCWindowsOnTopChanged" object:nil]; + [[NSNotificationCenter defaultCenter] postNotificationName:@"TCWindowsOnTopChanged" object:[NSNumber numberWithBool:windowsOnTop]]; } }