From c53fbc0b8f3b98827d6816a627bdd4d467b84f74 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 16 Feb 2014 09:36:49 -0500 Subject: Miscellaneous cleanups. --- plugins/mail-notification/mail-notification.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (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 bb2eed56d8..f374e46e0b 100644 --- a/plugins/mail-notification/mail-notification.c +++ b/plugins/mail-notification/mail-notification.c @@ -136,12 +136,12 @@ send_dbus_message (const gchar *name, g_variant_builder_add (builder, "(u)", new_count); } - #define add_named_param(name, value) \ - if (value) { \ - gchar *val; \ - val = g_strconcat (name, ":", value, NULL); \ - g_variant_builder_add (builder, "(s)", val); \ - g_free (val); \ + #define add_named_param(name, value) \ + if (value) { \ + gchar *val; \ + val = g_strconcat (name, ":", value, NULL); \ + g_variant_builder_add (builder, "(s)", val); \ + g_free (val); \ } add_named_param ("msg_uid", msg_uid); @@ -431,7 +431,7 @@ new_notify_status (EMEventTargetFolder *t) if (!notify_init ("evolution-mail-notification")) fprintf (stderr,"notify init error"); - notify = notify_notification_new ( + notify = notify_notification_new ( summary, escaped_text, icon_name); notify_notification_set_urgency ( -- cgit v1.2.3