diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-01-11 12:52:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-11 12:52:38 +0800 |
commit | 577f9fdffbbb9e57b44b0290f1aea8088c6f0976 (patch) | |
tree | 53b708fae32a4ffda16115e1b83c5e58ee59957a /calendar/ChangeLog | |
parent | b20c8370f1d894f4f971c0da9cdd132843f50934 (diff) | |
download | gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.tar gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.tar.gz gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.tar.bz2 gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.tar.lz gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.tar.xz gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.tar.zst gsoc2013-evolution-577f9fdffbbb9e57b44b0290f1aea8088c6f0976.zip |
Remove unneeded #include <libgnome/gnome-util.h>.
2009-01-10 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/printing/e-contact-print.c:
* calendar/gui/calendar-commands.c:
* calendar/gui/e-cal-list-view.c:
* calendar/gui/e-day-view.c:
* calendar/gui/e-itip-control.c:
* calendar/gui/e-meeting-list-view.c:
* calendar/gui/e-meeting-store.c:
* calendar/gui/e-week-view.c:
* calendar/gui/gnome-cal.c:
* calendar/gui/memos-control.c:
* calendar/gui/tasks-control.c:
* e-util/e-dialog-utils.c:
* mail/em-folder-view.c:
* mail/importers/mail-importer.c:
* shell/e-shell.c:
* shell/evolution-shell-component-utils.c:
* shell/importer/intelligent.c:
* shell/main.c:
* widgets/menus/gal-view-collection.c:
* widgets/menus/gal-view-instance.c:
Remove unneeded #include <libgnome/gnome-util.h>.
svn path=/trunk/; revision=37036
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index af8b6c5b0c..d1ec1d02f9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,6 +1,20 @@ 2009-01-10 Matthew Barnes <mbarnes@redhat.com> * gui/calendar-commands.c: + * gui/e-cal-list-view.c: + * gui/e-day-view.c: + * gui/e-itip-control.c: + * gui/e-meeting-list-view.c: + * gui/e-meeting-store.c: + * gui/e-week-view.c: + * gui/gnome-cal.c: + * gui/memos-control.c: + * gui/tasks-control.c: + Remove unneeded #include <libgnome/gnome-util.h>. + +2009-01-10 Matthew Barnes <mbarnes@redhat.com> + + * gui/calendar-commands.c: * gui/e-cell-date-edit-text.c: * gui/e-itip-control.c: * gui/memos-control.c: |