]> git.0d.be Git - empathy.git/commitdiff
Connect ::response in test
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Sun, 6 Feb 2011 00:04:11 +0000 (11:04 +1100)
committerChandni Verma <chandniverma2112@gmail.com>
Tue, 8 Mar 2011 00:26:16 +0000 (05:56 +0530)
tests/interactive/test-empathy-contact-blocking-dialog.c

index b2038cbceba42c5691c030e5fe1792bedcdc5879..11f199fb9173c79d18399ebcfdcc398dd13b5650 100644 (file)
@@ -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 ();