From 4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 2 Nov 2000 00:42:35 +0000 Subject: Moving the executive summarys now :) mail-summary now has clickable names to change to that view executive summary remembers what components are running when you close. selection now blocks ES updating so it won't be cleared. svn path=/trunk/; revision=6330 --- executive-summary/test-service/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executive-summary/test-service/main.c') 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
0

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); -- cgit