aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/empathy-status-icon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c
index 4ef0d8294..c35a625bb 100644
--- a/src/empathy-status-icon.c
+++ b/src/empathy-status-icon.c
@@ -130,6 +130,7 @@ notification_close_helper (EmpathyStatusIconPriv *priv)
}
}
+#ifdef HAVE_NBTK
static void
notification_action_cb (NotifyNotification *notification,
gchar *action,
@@ -140,6 +141,7 @@ notification_action_cb (NotifyNotification *notification,
if (priv->event)
empathy_event_activate (priv->event);
}
+#endif
static void
status_icon_update_notification (EmpathyStatusIcon *icon)