diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-06-11 05:24:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-06-11 05:24:10 +0800 |
commit | c4adc027e42c40f9698cdbdf3eeede3c6de06c49 (patch) | |
tree | 6aa819c56fd972a0ef2bb153c67a154b3644099e /shell | |
parent | 1931b88ebb2aa5887942f80c7353b686c27c5a81 (diff) | |
download | gsoc2013-evolution-c4adc027e42c40f9698cdbdf3eeede3c6de06c49.tar.gz gsoc2013-evolution-c4adc027e42c40f9698cdbdf3eeede3c6de06c49.tar.zst gsoc2013-evolution-c4adc027e42c40f9698cdbdf3eeede3c6de06c49.zip |
Use <glib/gi18n.h> instead of <bonobo/bonobo-i18n.h>.
2008-06-10 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/component/addressbook-component.c:
* calendar/common/authentication.c:
* calendar/gui/calendar-component.c:
* calendar/gui/comp-editor-factory.c:
* calendar/gui/dialogs/copy-source-dialog.c:
* calendar/gui/dialogs/select-source-dialog.c:
* calendar/gui/memos-component.c:
* calendar/gui/migration.c:
* calendar/gui/tasks-component.c:
* shell/test/evolution-test-component.c:
Use <glib/gi18n.h> instead of <bonobo/bonobo-i18n.h>.
svn path=/trunk/; revision=35625
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" |