diff options
-rw-r--r-- | calendar/gui/Evolution-Composer.h | 1 | ||||
-rw-r--r-- | executive-summary/ChangeLog | 5 | ||||
-rw-r--r-- | executive-summary/component/e-summary-factory.c | 2 | ||||
-rw-r--r-- | ui/evolution-mail.h | 1 |
4 files changed, 8 insertions, 1 deletions
diff --git a/calendar/gui/Evolution-Composer.h b/calendar/gui/Evolution-Composer.h index f99f5eca3e..3ff12cfa93 100644 --- a/calendar/gui/Evolution-Composer.h +++ b/calendar/gui/Evolution-Composer.h @@ -15,6 +15,7 @@ extern "C" /** typedefs **/ #include <bonobo/Bonobo.h> +# 13 "/opt/gnome/share/idl/Bonobo.idl" #if !defined(ORBIT_DECL_Evolution_Composer) && !defined(_Evolution_Composer_defined) #define ORBIT_DECL_Evolution_Composer 1 #define _Evolution_Composer_defined 1 diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index d74512d3f3..70f12d2a95 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,8 @@ +2000-10-25 <jpr@helixcode.com> + + * component/e-summary-factory.c (control_activate): User + bonobo_control_get_remote_uid_container, not the old version + 2000-10-25 Iain Holmes <iain@helixcode.com> * test-service/main.c: Store each individual views data with the view. diff --git a/executive-summary/component/e-summary-factory.c b/executive-summary/component/e-summary-factory.c index 9eebb82e8d..435e6953ad 100644 --- a/executive-summary/component/e-summary-factory.c +++ b/executive-summary/component/e-summary-factory.c @@ -89,7 +89,7 @@ control_activate (BonoboControl *control, { Bonobo_UIContainer container; - container = bonobo_control_get_remote_ui_handler (control); + container = bonobo_control_get_remote_ui_container (control); bonobo_ui_component_set_container (ui_component, container); bonobo_object_release_unref (container, NULL); diff --git a/ui/evolution-mail.h b/ui/evolution-mail.h index 958a091ab4..ae428f831a 100644 --- a/ui/evolution-mail.h +++ b/ui/evolution-mail.h @@ -42,6 +42,7 @@ gchar *s = N_("Send queued mail and retrieve new mail"); gchar *s = N_("Threaded Message list"); gchar *s = N_("VFolder on Se_nder"); gchar *s = N_("VFolder on _Recipients"); +gchar *s = N_("_Apply Filters"); gchar *s = N_("_Configure Folder"); gchar *s = N_("_Copy to Folder"); gchar *s = N_("_Delete"); |