diff options
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 } |