Fix a build error.
svn path=/trunk/; revision=33506
This commit is contained in:
@ -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.
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user