diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-20 21:37:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-20 21:37:56 +0800 |
commit | b40242c395b0eec33a622ddfe90634fd6d63e4c6 (patch) | |
tree | aecb84b01ffb6c3536c5db0c26165df4f51d860a /shell/Evolution.idl | |
parent | 8aec5bf2be2fbfdfb4cecd6c48a77d197db41d39 (diff) | |
download | gsoc2013-evolution-b40242c395b0eec33a622ddfe90634fd6d63e4c6.tar.gz gsoc2013-evolution-b40242c395b0eec33a622ddfe90634fd6d63e4c6.tar.zst gsoc2013-evolution-b40242c395b0eec33a622ddfe90634fd6d63e4c6.zip |
Add support for saving the current configuration of all the
components.
svn path=/trunk/; revision=4237
Diffstat (limited to 'shell/Evolution.idl')
-rw-r--r-- | shell/Evolution.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/Evolution.idl b/shell/Evolution.idl index 80a45eedc1..a0eb944008 100644 --- a/shell/Evolution.idl +++ b/shell/Evolution.idl @@ -10,6 +10,7 @@ #include <Bonobo.idl> -#include <Evolution-Storage.idl> +#include <Evolution-Session.idl> #include <Evolution-Shell.idl> #include <Evolution-ShellComponent.idl> +#include <Evolution-Storage.idl> |