From 53659b16caf2b2172c46b261463b589ee12d19b0 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 14 Feb 2001 18:37:40 +0000 Subject: Fix crashes, remove gnome.h includes, add a timer check for the RDF summary, add a new method to the HTMLView so it can handle funny URIs. svn path=/trunk/; revision=8224 --- executive-summary/idl/HtmlView.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executive-summary/idl') diff --git a/executive-summary/idl/HtmlView.idl b/executive-summary/idl/HtmlView.idl index 547c3148a5..25ec63de9b 100644 --- a/executive-summary/idl/HtmlView.idl +++ b/executive-summary/idl/HtmlView.idl @@ -16,6 +16,8 @@ module Summary { interface HTMLView : Bonobo::Unknown { string getHtml (); + + void handleURI (in string uri); }; }; }; -- cgit v1.2.3