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