diff options
Diffstat (limited to 'executive-summary/idl')
-rw-r--r-- | executive-summary/idl/SummaryComponent.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/executive-summary/idl/SummaryComponent.idl b/executive-summary/idl/SummaryComponent.idl index 4282a91f2b..55f7b6426d 100644 --- a/executive-summary/idl/SummaryComponent.idl +++ b/executive-summary/idl/SummaryComponent.idl @@ -49,9 +49,11 @@ module Evolution { * Creates a summary of the data that the component has. * Returns: A @BonoboControl of the view. */ - Bonobo::Control create_bonobo_view (out string title); + Bonobo::Control create_bonobo_view (out string title, + out string icon); - string create_html_view (out string title); + string create_html_view (out string title, + out string icon); /** * configure: |