diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-status-icon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index 0993762ee..08024edf6 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -174,7 +174,7 @@ status_icon_update_notification (EmpathyStatusIcon *icon) NOTIFY_EXPIRES_DEFAULT); if (empathy_notify_manager_has_capability (priv->notify_mgr, - EMPATHY_NOTIFY_MANAGER_CAPA_ACTIONS)) { + EMPATHY_NOTIFY_MANAGER_CAP_ACTIONS)) { notify_notification_add_action (priv->notification, "respond", _("Respond"), |