[empathy] The incoming call dialog doesn't have to be modal. Fixes #576384



commit 24a7e1a69082dceea87e4f2a4c70667f17b19637
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Apr 23 16:50:33 2009 +0100

    The incoming call dialog doesn't have to be modal. Fixes #576384
    
    This avoid to display the roster with the confirmation dialog.
---
 src/empathy-event-manager.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index 7d8721c..0b4fa77 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -373,8 +373,7 @@ event_channel_process_voip_func (EventPriv *event)
       return;
     }
 
-  dialog = gtk_message_dialog_new (GTK_WINDOW (empathy_main_window_get()),
-      GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
+  dialog = gtk_message_dialog_new (NULL, 0,
       GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE, _("Incoming call"));
   gtk_message_dialog_format_secondary_text (
     GTK_MESSAGE_DIALOG (dialog),



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