[empathy/gnome-2-26] The incoming call dialog doesn't have to be modal. Fixes #576384



commit a2fc1176c68928929e676f3186f6e72aa703fbf0
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 adb5e73..32a57e5 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -372,8 +372,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]