diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-02-06 08:04:11 +0800 |
---|---|---|
committer | Chandni Verma <chandniverma2112@gmail.com> | 2011-03-08 08:26:16 +0800 |
commit | f6b306beda8ade7053786826eb470005b42fea36 (patch) | |
tree | e2fc00cfeb3aa0101eba7b6b6d9d188d15bd5e2f /tests/interactive | |
parent | a859b6a6a2f9dde93ef52b445266b5df3f50373a (diff) | |
download | gsoc2013-empathy-f6b306beda8ade7053786826eb470005b42fea36.tar gsoc2013-empathy-f6b306beda8ade7053786826eb470005b42fea36.tar.gz gsoc2013-empathy-f6b306beda8ade7053786826eb470005b42fea36.tar.bz2 gsoc2013-empathy-f6b306beda8ade7053786826eb470005b42fea36.tar.lz gsoc2013-empathy-f6b306beda8ade7053786826eb470005b42fea36.tar.xz gsoc2013-empathy-f6b306beda8ade7053786826eb470005b42fea36.tar.zst gsoc2013-empathy-f6b306beda8ade7053786826eb470005b42fea36.zip |
Connect ::response in test
Diffstat (limited to 'tests/interactive')
-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 (); |