Search found 3 matches
- Sat Aug 01, 2009 9:07 am
- Forum: Growl
- Topic: 1.1.4 Recovered files still show up in my trash
- Replies: 10
- Views: 27675
Re: 1.1.4 Recovered files still show up in my trash
I've checked 1.1.5 and 1.1.6 and the problem still exists... You can set it to a function for GrowlApplicationBridge to call, but you don't call it yourself. Instead, call Growl_SetDelegate(NULL). If you take a closer look at Growl_SetDelegate function when called with NULL parameter, you'll see tha...
- Sat Jun 06, 2009 12:27 pm
- Forum: Growl
- Topic: 1.1.4 Recovered files still show up in my trash
- Replies: 10
- Views: 27675
Re: 1.1.4 Recovered files still show up in my trash
You're using this member wrong. You can set it to a function for GrowlApplicationBridge to call, but you don't call it yourself. Instead, call Growl_SetDelegate(NULL). using Growl_SetDelegate(NULL) leads to crash so that was the only one solution for relasing the delegate. However I've seen no samp...
- Sun Mar 29, 2009 9:52 am
- Forum: Growl
- Topic: 1.1.4 Recovered files still show up in my trash
- Replies: 10
- Views: 27675
Re: 1.1.4 Recovered files still show up in my trash
I have written a growl notification plugin for Kadu IM using Carbon API and have the same problem. My constructor setting the growl delegate looks: GrowlNotifier::GrowlNotifier( const QStringList& notifications, const QStringList& default_notifications, const QString& app) { CFStringRef ...