From b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Mon, 11 Dec 2000 15:47:01 +0000 Subject: Changes to the HTML file to add an entry box. Changed to use the new BonoboPropertyControl methods, and changed executive-summary-html-view to use the same idea. Added rdf-summary to the .cvsignore, and put a timeout so that it can return imediatly if there is a hold up on the connection. svn path=/trunk/; revision=6905 --- executive-summary/component/e-summary-url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executive-summary/component/e-summary-url.c') diff --git a/executive-summary/component/e-summary-url.c b/executive-summary/component/e-summary-url.c index d53b21ec4c..dd3f6deb4e 100644 --- a/executive-summary/component/e-summary-url.c +++ b/executive-summary/component/e-summary-url.c @@ -359,7 +359,7 @@ property_event (BonoboListener *listener, gpointer user_data) { PropertyDialog *data = (PropertyDialog *) user_data; - if (strcmp (event_name, "property_box_changed") == 0) { + if (strcmp (event_name, BONOBO_PROPERTY_CONTROL_CHANGED) == 0) { gnome_property_box_changed (GNOME_PROPERTY_BOX (data->dialog)); return; } -- cgit