diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-11-20 00:12:13 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-11-20 00:12:13 +0800 |
commit | af0ebad402b39d919573b52973926caea8fee9d5 (patch) | |
tree | a5ee707ee80108f46b3405cffa05b4e39ae06ee2 /plugins | |
parent | 3a98f1caa7bd4783696897f3fbe9fb5fa2cadd3f (diff) | |
download | gsoc2013-evolution-af0ebad402b39d919573b52973926caea8fee9d5.tar.gz gsoc2013-evolution-af0ebad402b39d919573b52973926caea8fee9d5.tar.zst gsoc2013-evolution-af0ebad402b39d919573b52973926caea8fee9d5.zip |
Fix compilation error.
2008-11-19 Srinivasa Ragavan <sragavan@novell.com>
* mail-notification.c: Fix compilation error.
svn path=/trunk/; revision=36804
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mail-notification/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/mail-notification/mail-notification.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/plugins/mail-notification/ChangeLog b/plugins/mail-notification/ChangeLog index 2612fd6ae5..96c5abc9e4 100644 --- a/plugins/mail-notification/ChangeLog +++ b/plugins/mail-notification/ChangeLog @@ -1,5 +1,9 @@ 2008-11-19 Srinivasa Ragavan <sragavan@novell.com> + * mail-notification.c: Fix compilation error. + +2008-11-19 Srinivasa Ragavan <sragavan@novell.com> + ** Fix for BNC bug #434320 * plugins/mail-notification/mail-notification.c: When the popup is diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c index 58db560c64..a501d99bb1 100644 --- a/plugins/mail-notification/mail-notification.c +++ b/plugins/mail-notification/mail-notification.c @@ -442,6 +442,7 @@ popup_menu_status (GtkStatusIcon *status_icon, guint button, guint activate_time g_object_unref (menu); } +#ifdef HAVE_LIBNOTIFY static void notifyActionCallback (NotifyNotification *n, gchar *label, gpointer a) { @@ -459,6 +460,7 @@ notifyActionCallback (NotifyNotification *n, gchar *label, gpointer a) status_count = 0; g_static_mutex_unlock (&mlock); } +#endif static void new_notify_status (EMEventTargetFolder *t) |