From abb123fcefb5ca1ecdeeb8ca2813de20da9f7e09 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Fri, 2 Oct 2009 16:04:10 +0100 Subject: [PATCH] Bring up notifications until the conversation is accepted (#597125) Rather than filter out message received signals for new conversations that have already been tried to be initiated let them pass through. This results in you getting notifications repeatedly until you open accept the conversation and open the conversation window with the user. --- src/empathy-event-manager.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index 18819410..c68458d6 100644 --- a/src/empathy-event-manager.c +++ b/src/empathy-event-manager.c @@ -370,13 +370,6 @@ event_manager_chat_message_received_cb (EmpathyTpChat *tp_chat, * queue. */ event = event_lookup_by_approval (approval->manager, approval); - if (event != NULL && event->inhibit && approval->handler != 0) - { - g_signal_handler_disconnect (tp_chat, approval->handler); - approval->handler = 0; - return; - } - sender = empathy_message_get_sender (message); header = empathy_contact_get_name (sender); msg = empathy_message_get_body (message); -- 2.39.2