aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-26 05:19:01 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-26 05:19:01 +0800
commit7e6933926a9daaa7dd635effe7715bca43cecd00 (patch)
treefa3ad48706450f57b2b29aace8a4c02e0d68d3c7 /shell/ChangeLog
parent4f0f5db2c0d5fe5988406b25e35e3c86569a05de (diff)
downloadgsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar
gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar.gz
gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar.bz2
gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar.lz
gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar.xz
gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar.zst
gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.zip
#include "e-util/e-gtk-utils.h".
* e-shell-importer.c: #include "e-util/e-gtk-utils.h". * e-shell-folder-creation-dialog.c (e_shell_show_folder_creation_dialog): Constify a local variable to placate a warning. * e-activity-handler.c (task_widget_cancel_callback): #if 0'ed out. * evolution-shell-component-client.c (evolution_shell_component_client_new): Remove unused variable `ior'. svn path=/trunk/; revision=14100
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 4a5d2bcc26..a7b25b473a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,20 @@
2001-10-25 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-importer.c: #include "e-util/e-gtk-utils.h".
+
+ * e-shell-folder-creation-dialog.c
+ (e_shell_show_folder_creation_dialog): Constify a local variable
+ to placate a warning.
+
+ * e-activity-handler.c (task_widget_cancel_callback): #if 0'ed
+ out.
+
+ * evolution-shell-component-client.c
+ (evolution_shell_component_client_new): Remove unused variable
+ `ior'.
+
+2001-10-25 Ettore Perazzoli <ettore@ximian.com>
+
* e-activity-handler.c (impl_destroy): Set ->priv to NULL.
(impl_operationStarted): Check for priv not being NULL.
(impl_operationProgressing): Likewise.