richdesigns81 / growl

Automatically exported from code.google.com/p/growl
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

growlNotificationWasClicked - not called #632

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I have incorporated GrowlNotification in my application. And registered the 
application with GrowlNotification.
2. Notifying the it with the app using - notifyWithTitle: method.
3. I can see the notification my Desktop on click of that i need perform some 
action but  Sometimes the call back - growlNotificationWasClicked: not getting 
called.

What is the expected output?
I should get the call back(growlNotificationWasClicked).

What do you see instead?
Nothing happens upon clicking the GrowlNotification on my Desktop.

Original issue reported on code.google.com by santhosh...@gmail.com on 10 Jun 2014 at 7:44