From 9f31ce86ff0ac0c7997e977647339ffb2db0fd63 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 26 Jan 2000 00:04:16 +0000 Subject: Make Evolution compile with the latest Bonobo changes. Make Evolution compile with the latest Bonobo changes. Miguel. svn path=/trunk/; revision=1636 --- mail/Mail.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/Mail.idl') diff --git a/mail/Mail.idl b/mail/Mail.idl index 74c6ba74d4..1d12a39c5c 100644 --- a/mail/Mail.idl +++ b/mail/Mail.idl @@ -7,11 +7,11 @@ * (C) 2000 Helix Code, Inc. */ -#include +#include module Evolution { - interface MessageList : GNOME::Unknown { + interface MessageList : Bonobo::Unknown { void select_message (in long message_number); void open_message (in long message_number); @@ -23,7 +23,7 @@ module Evolution { * configuration of this widget is done trough * Bonobo Properties */ - interface FolderBrowser : GNOME::Unknown { + interface FolderBrowser : Bonobo::Unknown { MessageList get_message_list (); }; }; -- cgit v1.2.3