diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index eb6a638120..f84103fe87 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2008-04-17 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #526739 + + * gui/contact-editor/e-contact-editor.c: Do not include gnome-vfs. + 2008-04-02 Matthew Barnes <mbarnes@redhat.com> * gui/widgets/Makefile.am: diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 6b033015a7..ab96508435 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -62,7 +62,6 @@ #include "e-util/e-util-private.h" #include "eab-contact-merging.h" -#include <libgnomevfs/gnome-vfs-ops.h> #include "e-contact-editor-address.h" #include "e-contact-editor-im.h" |