Fix a build error.

svn path=/trunk/; revision=33506
This commit is contained in:
Srinivasa Ragavan
2007-05-11 09:55:01 +00:00
parent 679e7a6353
commit 347bdcf94d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-05-11 Srinivasa Ragavan <sragavan@novell.com>
* mail-notification.c: (org_gnome_mail_new_notify): Build error.
2007-05-07 Srinivasa Ragavan <sragavan@novell.com>
* mail-notification.c: Fix for a build error.

View File

@ -79,10 +79,11 @@ org_gnome_mail_new_notify (EPlugin *ep, EMEventTargetFolder *t)
{
char *msg = NULL;
char *folder;
#ifdef HAVE_LIBNOTIFY
NotifyUrgency urgency = NOTIFY_URGENCY_NORMAL;
long expire_timeout = NOTIFY_EXPIRES_DEFAULT;
NotifyNotification *notify;
#endif
/* FIXME: Should this is_inbox be configurable? */
if (!t->new || !t->is_inbox)
return;