diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-view.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c3ba7aeb0c..252ea07ca3 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-09-16 Ettore Perazzoli <ettore@helixcode.com> + + * e-shell-view.h: #include "bonobo-win.h", not "bonobo-app.h". + 2000-09-15 Dan Winship <danw@helixcode.com> * e-storage.c (get_path_for_physical_uri_foreach): foreach_data diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index bd2b9a126e..0aa69a18c3 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -28,7 +28,7 @@ #include <config.h> #endif -#include <bonobo/bonobo-app.h> +#include <bonobo/bonobo-win.h> #include "e-shell.h" |