diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 02:37:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 02:37:46 +0800 |
commit | e7255c4c78f45c25b736558fb511615ab47edc69 (patch) | |
tree | 48efac54166ddb091b93e89cc42532b53784c927 /shell | |
parent | ae15900672a423ac36ee1830b159a1aa1b5063ed (diff) | |
download | gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.tar gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.tar.gz gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.tar.bz2 gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.tar.lz gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.tar.xz gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.tar.zst gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.zip |
Add missing #include "Evolution.h".
svn path=/trunk/; revision=3313
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/evolution-storage.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a710b9ae1f..5b5eef1e1e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2000-05-31 Ettore Perazzoli <ettore@helixcode.com> + * evolution-storage.h: #include 'Evolution.h". + +2000-05-31 Ettore Perazzoli <ettore@helixcode.com> + * e-shell-view.c (show_error): Use `set_current_notebook_page()' instead of `gtk_notebook_set_page()'; this will also deactivate the current control properly. diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h index 40e678dd57..4e96e28df8 100644 --- a/shell/evolution-storage.h +++ b/shell/evolution-storage.h @@ -30,6 +30,8 @@ #include <bonobo/bonobo-object.h> +#include "Evolution.h" + #ifdef __cplusplus extern "C" { #pragma } |