aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-10-03 01:45:41 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-10-03 01:45:41 +0800
commite2608a8d9baf93ca56e8e8f66e97099e0a256446 (patch)
treec84a0a048fafb9af5109035d6c23674434af803f
parentb3145a87c4749819586a8e3e3c5c6d2f9ff38a43 (diff)
downloadgsoc2013-empathy-e2608a8d9baf93ca56e8e8f66e97099e0a256446.tar
gsoc2013-empathy-e2608a8d9baf93ca56e8e8f66e97099e0a256446.tar.gz
gsoc2013-empathy-e2608a8d9baf93ca56e8e8f66e97099e0a256446.tar.bz2
gsoc2013-empathy-e2608a8d9baf93ca56e8e8f66e97099e0a256446.tar.lz
gsoc2013-empathy-e2608a8d9baf93ca56e8e8f66e97099e0a256446.tar.xz
gsoc2013-empathy-e2608a8d9baf93ca56e8e8f66e97099e0a256446.tar.zst
gsoc2013-empathy-e2608a8d9baf93ca56e8e8f66e97099e0a256446.zip
empathy-status-icon: disable notification_action_cb if built without moblin
-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)