Bumping to version 1.0.1, which uses the latest ITKit. This resolves GrowlITTSW bug #4.
[GrowlITTSW.git] / GrowlITTSWWindow.m
index 0616224..db280be 100644 (file)
@@ -60,6 +60,9 @@
 
 - (void)setImage:(NSImage *)newImage
 {
+       if (!newImage) {
+               newImage = [NSImage imageNamed:@"NSApplicationIcon"];
+       }
     [_image autorelease];
     _image = [newImage copy];
 }