diff options
-rw-r--r-- | tests/interactive/test-empathy-contact-blocking-dialog.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/interactive/test-empathy-contact-blocking-dialog.c b/tests/interactive/test-empathy-contact-blocking-dialog.c index b2038cbce..11f199fb9 100644 --- a/tests/interactive/test-empathy-contact-blocking-dialog.c +++ b/tests/interactive/test-empathy-contact-blocking-dialog.c @@ -37,6 +37,9 @@ main (int argc, dialog = empathy_contact_blocking_dialog_new (NULL); + g_signal_connect_swapped (dialog, "response", + G_CALLBACK (gtk_main_quit), NULL); + gtk_widget_show (dialog); gtk_main (); |