From: Guillaume Desmottes Date: Thu, 23 Apr 2009 15:50:33 +0000 (+0100) Subject: The incoming call dialog doesn't have to be modal. Fixes #576384 X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=24a7e1a69082dceea87e4f2a4c70667f17b19637;ds=sidebyside The incoming call dialog doesn't have to be modal. Fixes #576384 This avoid to display the roster with the confirmation dialog. --- diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index 7d8721c3..0b4fa775 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),