Quick Updates

svn path=/trunk/boinc/; revision=20529
This commit is contained in:
Rom Walton 2010-02-11 04:35:39 +00:00
parent 9bc19416dc
commit 8d4ad06e28
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@ extern "C" {
statis_icon_notification_actions(NotifyNotification* notification, gchar *action, wxTaskBarIconEx* taskBarIcon)
{
fprintf(stderr, "statis_icon_notification_actions begin...\n");
fprintf(
stderr,
"statis_icon_notification_actions notification = %d, action = %s, taskBarIcon = %d...\n"
notification, action, taskBarIcon
);
if (strcmp(action, "default") == 0) {
taskBarIcon->FireUserClickedEvent();
}