diff options
author | Johan Euphrosine <proppy@aminche.com> | 2008-05-05 17:15:26 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-05-05 17:15:26 +0800 |
commit | ca49d5e576c58e8b7d8a73e425196cc30e3356fb (patch) | |
tree | 54ec0af928ec8c0d1725583e5870f12ab4198da5 /calendar | |
parent | cdb1c9918875119c87fa6243444b9148cffdba15 (diff) | |
download | gsoc2013-evolution-ca49d5e576c58e8b7d8a73e425196cc30e3356fb.tar.gz gsoc2013-evolution-ca49d5e576c58e8b7d8a73e425196cc30e3356fb.tar.zst gsoc2013-evolution-ca49d5e576c58e8b7d8a73e425196cc30e3356fb.zip |
Fix include path for e-dbhash.h, now in libebackend.
2008-05-05 Johan Euphrosine <proppy@aminche.com>
* gui/migration.c: Fix include path for e-dbhash.h, now in libebackend.
svn path=/trunk/; revision=35468
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/migration.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c43975dcbe..704dadd827 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2008-05-05 Johan Euphrosine <proppy@aminche.com> + + * gui/migration.c: Fix include path for e-dbhash.h, now in libebackend. + 2008-04-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #316390 diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c index cf670fefb6..3f5e029bcf 100644 --- a/calendar/gui/migration.c +++ b/calendar/gui/migration.c @@ -40,7 +40,7 @@ #include <gtk/gtkprogressbar.h> #include <libecal/e-cal.h> -#include <libedataserver/e-dbhash.h> +#include <libebackend/e-dbhash.h> #include <libedataserver/e-xml-hash-utils.h> #include <libedataserver/e-xml-utils.h> #include <libedataserver/e-account-list.h> |