diff options
Diffstat (limited to 'executive-summary/test-service/main.c')
-rw-r--r-- | executive-summary/test-service/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/executive-summary/test-service/main.c b/executive-summary/test-service/main.c index 8612c2d394..75bbc3199b 100644 --- a/executive-summary/test-service/main.c +++ b/executive-summary/test-service/main.c @@ -107,6 +107,7 @@ create_view (ExecutiveSummaryComponent *component, char *html = "Since you started this service<br><center>0</center><br>seconds have passed."; struct userdata *ud; + g_print ("In: %s\n", __FUNCTION__); /* Create the userdata structure */ ud = g_new (struct userdata, 1); @@ -114,6 +115,7 @@ create_view (ExecutiveSummaryComponent *component, executive_summary_component_view_construct (view, component, NULL, html, "The Magic Counter", "gnome-clock.png"); + g_print ("Out: %s\n", __FUNCTION__); /* Set the user data on the object */ gtk_object_set_data (GTK_OBJECT (view), "timer-data", ud); |