diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-18 05:05:56 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-18 05:05:56 +0800 |
commit | bc037887bbf807e072669db44b7c13011e0d8368 (patch) | |
tree | 63f685aff8adebdc9b38ef9f1883f752ae4cf521 /shell | |
parent | be490f024f058b27a9be0858a886e2864d0e71c3 (diff) | |
download | gsoc2013-evolution-bc037887bbf807e072669db44b7c13011e0d8368.tar.gz gsoc2013-evolution-bc037887bbf807e072669db44b7c13011e0d8368.tar.zst gsoc2013-evolution-bc037887bbf807e072669db44b7c13011e0d8368.zip |
Build fix
svn path=/trunk/; revision=12176
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e149e6d1ef..4902b8b9fb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2001-08-17 Iain Holmes <iain@ximian.com> + * Makefile.am: Add the Evolution-Wizard.idl file + +2001-08-17 Iain Holmes <iain@ximian.com> + * e-shell-folder-selection-dialog.c (folder_creation_dialog_result_cb): Check the priv isn't NULL before dereferencing it. diff --git a/shell/Makefile.am b/shell/Makefile.am index b1d943f33d..5e502ef909 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -28,6 +28,7 @@ IDLS = \ Evolution-Shortcuts.idl \ Evolution-Storage.idl \ Evolution-StorageSetView.idl \ + Evolution-Wizard.idl \ Evolution-common.idl \ Evolution.idl |