diff --git a/project/AppController.m b/project/AppController.m index 4e6fdae..11d034d 100644 --- a/project/AppController.m +++ b/project/AppController.m @@ -360,7 +360,7 @@ -(void)pollPB:(NSTimer *)timer pbCount = [[NSNumber numberWithInt:[jcPasteboard changeCount]] retain]; if ( type != nil ) { NSString *contents = [jcPasteboard stringForType:type]; - if ( contents == nil ) { + if ( contents == nil || [jcPasteboard stringForType:@"PasswordPboardType"] ) { // NSLog(@"Contents: Empty"); } else { if (( [clippingStore jcListCount] == 0 || ! [contents isEqualToString:[clippingStore clippingContentsAtPosition:0]])