aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-04-23 23:50:33 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-04-24 00:46:03 +0800
commita2fc1176c68928929e676f3186f6e72aa703fbf0 (patch)
treec5466ece8d421a909f8a7a1c0a8cf68ac352d45d
parentbb1250cad11d6f4af2e9e77d1b9e7032c37192a0 (diff)
downloadgsoc2013-empathy-a2fc1176c68928929e676f3186f6e72aa703fbf0.tar
gsoc2013-empathy-a2fc1176c68928929e676f3186f6e72aa703fbf0.tar.gz
gsoc2013-empathy-a2fc1176c68928929e676f3186f6e72aa703fbf0.tar.bz2
gsoc2013-empathy-a2fc1176c68928929e676f3186f6e72aa703fbf0.tar.lz
gsoc2013-empathy-a2fc1176c68928929e676f3186f6e72aa703fbf0.tar.xz
gsoc2013-empathy-a2fc1176c68928929e676f3186f6e72aa703fbf0.tar.zst
gsoc2013-empathy-a2fc1176c68928929e676f3186f6e72aa703fbf0.zip
The incoming call dialog doesn't have to be modal. Fixes #576384
This avoid to display the roster with the confirmation dialog.
-rw-r--r--src/empathy-event-manager.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index adb5e73f9..32a57e5f0 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),