Fixed a bug whereby notifications without a description would not appear, as well...
[GrowlITTSW.git] / GrowlITTSWController.h
index 0d6b6b1..345af9b 100644 (file)
@@ -18,6 +18,6 @@
        int _wrapColumns;
 }
 
-- (void)showWindowWithTitle:(NSString *)title text:(NSString *)text image:(NSImage *)image;
+- (void)showWindowWithTitle:(NSString *)title desc:(NSString *)desc image:(NSImage *)image;
 
 @end