diff options
-rw-r--r-- | src/empathy-chat-window.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 171b6358d..97ed1b9de 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1375,6 +1375,10 @@ chat_window_show_or_update_notification (EmpathyChatWindow *window, notify_notification_set_hint_string (notification, EMPATHY_NOTIFY_MANAGER_CAP_X_CANONICAL_APPEND, "1"); } + + notify_notification_set_hint (notification, + EMPATHY_NOTIFY_MANAGER_CAP_CATEGORY, + g_variant_new_string ("im.received")); } pixbuf = empathy_notify_manager_get_pixbuf_for_notification (priv->notify_mgr, |