From f9a27436cb73c57ac0fce1fdcae5d50fb5a6c111 Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Sun, 6 Feb 2011 11:04:11 +1100 Subject: Connect ::response in test --- tests/interactive/test-empathy-contact-blocking-dialog.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') 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 (); -- cgit v1.2.3