diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-01 05:05:25 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-01 05:05:25 +0800 |
commit | b62329bb0cb8d477ced7d5fbac04653612e1dfbd (patch) | |
tree | 6752039fe645116130f65abab8625961ba3c8bd6 | |
parent | f7e9c117f8b45132481a410f9a8c93a93303dc88 (diff) | |
download | gsoc2013-evolution-b62329bb0cb8d477ced7d5fbac04653612e1dfbd.tar gsoc2013-evolution-b62329bb0cb8d477ced7d5fbac04653612e1dfbd.tar.gz gsoc2013-evolution-b62329bb0cb8d477ced7d5fbac04653612e1dfbd.tar.bz2 gsoc2013-evolution-b62329bb0cb8d477ced7d5fbac04653612e1dfbd.tar.lz gsoc2013-evolution-b62329bb0cb8d477ced7d5fbac04653612e1dfbd.tar.xz gsoc2013-evolution-b62329bb0cb8d477ced7d5fbac04653612e1dfbd.tar.zst gsoc2013-evolution-b62329bb0cb8d477ced7d5fbac04653612e1dfbd.zip |
Include <gal/util/e-util.h> here.
2001-03-31 Christopher James Lahey <clahey@ximian.com>
* evolution-storage-set-view.c: Include <gal/util/e-util.h> here.
svn path=/trunk/; revision=9077
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/evolution-storage-set-view.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 87f7cbfe67..1927a6b4d7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-03-31 Christopher James Lahey <clahey@ximian.com> + + * evolution-storage-set-view.c: Include <gal/util/e-util.h> here. + 2001-03-30 Iain Holmes <iain@ximian.com> * importer/importer.c (start_import): If the importer can't be started, then diff --git a/shell/evolution-storage-set-view.c b/shell/evolution-storage-set-view.c index 12ca532e86..0cc64e3b12 100644 --- a/shell/evolution-storage-set-view.c +++ b/shell/evolution-storage-set-view.c @@ -26,6 +26,7 @@ #endif #include "evolution-storage-set-view.h" +#include <gal/util/e-util.h> #define PARENT_TYPE bonobo_object_get_type () |