diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/test/evolution-test-component.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e3844c5e28..7a7b6831a4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2008-06-10 Matthew Barnes <mbarnes@redhat.com> + + * test/evolution-test-component.c: + Use <glib/gi18n.h> instead of <bonobo/bonobo-i18n.h>. + 2008-05-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #534360 diff --git a/shell/test/evolution-test-component.c b/shell/test/evolution-test-component.c index b53608d4af..4494d4808c 100644 --- a/shell/test/evolution-test-component.c +++ b/shell/test/evolution-test-component.c @@ -26,9 +26,9 @@ #include <errno.h> #include <string.h> +#include <glib/gi18n.h> #include <bonobo/bonobo-shlib-factory.h> #include <bonobo/bonobo-control.h> -#include <bonobo/bonobo-i18n.h> #include <bonobo/bonobo-exception.h> #include <gtk/gtklabel.h> #include "e-task-bar.h" |