diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-12 20:32:55 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-13 19:37:18 +0800 |
commit | b5b5db79ae1c2fef783c415fbf577e8dc34e6b5d (patch) | |
tree | b2436e5fbcb98b3e891c7f042048c625e16e0452 /src | |
parent | 9237fdc11b953a9201f9123789517b2d11c3bf34 (diff) | |
download | gsoc2013-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')
-rw-r--r-- | src/empathy-status-icon.c | 3 |
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"), |