[empathy/gnome-2-28] Bring up notifications until the conversation is accepted (#597125)



commit 21526c22b8183e2306132087eae2df4ff7078ddf
Author: Rob Bradford <rob linux intel com>
Date:   Fri Oct 2 16:04:10 2009 +0100

    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 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index 1be3ff7..5e25701 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -363,13 +363,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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]