aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-status-icon.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-12 20:32:55 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-13 19:37:18 +0800
commitb5b5db79ae1c2fef783c415fbf577e8dc34e6b5d (patch)
treeb2436e5fbcb98b3e891c7f042048c625e16e0452 /src/empathy-status-icon.c
parent9237fdc11b953a9201f9123789517b2d11c3bf34 (diff)
downloadgsoc2013-empathy-b5b5db79ae1c2fef783c415fbf577e8dc34e6b5d.tar
gsoc2013-empathy-b5b5db79ae1c2fef783c415fbf577e8dc34e6b5d.tar.gz
gsoc2013-empathy-b5b5db79ae1c2fef783c415fbf577e8dc34e6b5d.tar.bz2
gsoc2013-empathy-b5b5db79ae1c2fef783c415fbf577e8dc34e6b5d.tar.lz
gsoc2013-empathy-b5b5db79ae1c2fef783c415fbf577e8dc34e6b5d.tar.xz
gsoc2013-empathy-b5b5db79ae1c2fef783c415fbf577e8dc34e6b5d.tar.zst
gsoc2013-empathy-b5b5db79ae1c2fef783c415fbf577e8dc34e6b5d.zip
define constants for notify capabilities
Diffstat (limited to 'src/empathy-status-icon.c')
-rw-r--r--src/empathy-status-icon.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c
index 830e6dbd6..000100f76 100644
--- a/src/empathy-status-icon.c
+++ b/src/empathy-status-icon.c
@@ -174,7 +174,8 @@ status_icon_update_notification (EmpathyStatusIcon *icon)
notify_notification_set_timeout (priv->notification,
NOTIFY_EXPIRES_DEFAULT);
- if (empathy_notify_manager_has_capability (priv->notify_mgr, "actions")) {
+ if (empathy_notify_manager_has_capability (priv->notify_mgr,
+ EMPATHY_NOTIFY_MANAGER_CAPA_ACTIONS)) {
notify_notification_add_action (priv->notification,
"respond",
_("Respond"),