From dffd9d69efa547950e32ae3bfb291e0c527bf580 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 18 Jun 2007 05:15:58 +0000 Subject: Fix for bug #437584 svn path=/trunk/; revision=33697 --- plugins/mail-notification/mail-notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mail-notification/mail-notification.c') diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c index d170d7a6df..79b0674efe 100644 --- a/plugins/mail-notification/mail-notification.c +++ b/plugins/mail-notification/mail-notification.c @@ -124,7 +124,7 @@ org_gnome_mail_new_notify (EPlugin *ep, EMEventTargetFolder *t) if (gconf_client_get_bool (client, GCONF_KEY_NOTIFICATION, NULL)) { if (!notify_init ("evolution-mail-notification")) fprintf(stderr,"notify init error"); - printf("creating %d\n", status_icon); + printf("creating %p\n", status_icon); notify = notify_notification_new ( _("New email"), -- cgit v1.2.3