diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-14 02:43:54 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-14 02:43:54 +0800 |
commit | da4e562c5eaaac889101e781954ca42212c87b42 (patch) | |
tree | 70a3a22c556e79d94e8455d92bb7e4444348ffa8 /shell | |
parent | c5f5808c73b15a402232ac446860c3dc00ecfc53 (diff) | |
download | gsoc2013-evolution-da4e562c5eaaac889101e781954ca42212c87b42.tar.gz gsoc2013-evolution-da4e562c5eaaac889101e781954ca42212c87b42.tar.zst gsoc2013-evolution-da4e562c5eaaac889101e781954ca42212c87b42.zip |
Add `Evolution-common.idl'.
* Makefile.am (IDLS): Add `Evolution-common.idl'.
svn path=/trunk/; revision=11947
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/Makefile.am | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 872fac5e3e..16788744c1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,7 +1,11 @@ +2001-08-13 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (IDLS): Add `Evolution-common.idl'. + 2001-08-13 Dan Winship <danw@ximian.com> * evolution-shell-component.c (init): Initialize - priv->user_creatable_item_types. (Score: g_new: 0, g_new0: 2) + priv->user_creatable_item_types. [Score: g_new: 0, g_new0: 2] 2001-08-13 Jason Leach <jleach@ximian.com> diff --git a/shell/Makefile.am b/shell/Makefile.am index 9bd2eaac79..719d9fdd4d 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -28,6 +28,7 @@ IDLS = \ Evolution-Shortcuts.idl \ Evolution-Storage.idl \ Evolution-StorageSetView.idl \ + Evolution-common.idl \ Evolution.idl IDL_GENERATED = \ |