From 47decbd2ae092d72010d9adb343bd0fe2d87d8ed Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 11 Feb 2009 20:30:21 -0600 Subject: Switching to ref_default --- tests/listen-and-print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/listen-and-print.c b/tests/listen-and-print.c index 53c9778..6e1104d 100644 --- a/tests/listen-and-print.c +++ b/tests/listen-and-print.c @@ -57,7 +57,7 @@ main (int argc, char ** argv) { g_type_init(); - IndicateListener * listener = indicate_listener_new(); + IndicateListener * listener = indicate_listener_ref_default(); g_signal_connect(listener, INDICATE_LISTENER_SIGNAL_INDICATOR_ADDED, G_CALLBACK(indicator_added), NULL); g_signal_connect(listener, INDICATE_LISTENER_SIGNAL_INDICATOR_REMOVED, G_CALLBACK(indicator_removed), NULL); -- cgit v1.2.3