aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-07-23 23:06:55 +0800
committerDan Winship <danw@src.gnome.org>2003-07-23 23:06:55 +0800
commit6742a6ed125e292940d616441eec51e4c227a6c9 (patch)
tree0098892fce5f53045f1e26911dda4cbaf516b585 /shell/ChangeLog
parent16d96582c1133e540812255264195a24c37dc303 (diff)
downloadgsoc2013-evolution-6742a6ed125e292940d616441eec51e4c227a6c9.tar
gsoc2013-evolution-6742a6ed125e292940d616441eec51e4c227a6c9.tar.gz
gsoc2013-evolution-6742a6ed125e292940d616441eec51e4c227a6c9.tar.bz2
gsoc2013-evolution-6742a6ed125e292940d616441eec51e4c227a6c9.tar.lz
gsoc2013-evolution-6742a6ed125e292940d616441eec51e4c227a6c9.tar.xz
gsoc2013-evolution-6742a6ed125e292940d616441eec51e4c227a6c9.tar.zst
gsoc2013-evolution-6742a6ed125e292940d616441eec51e4c227a6c9.zip
Fix a warning
* e-shell-importer.c (prepare_intelligent_page): Fix a warning svn path=/trunk/; revision=21907
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index af93597d82..3c7756b543 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-23 Dan Winship <danw@ximian.com>
+
+ * e-shell-importer.c (prepare_intelligent_page): Fix a warning
+
2003-07-22 Antonio Xu <antonio.xu@sun.com>
* e-shell-startup-wizard.c (e_shell_startup_wizard_create): connect
@@ -11,7 +15,7 @@
forward button rather than jump to finish page. [#46017]
2003-07-15 Antonio Xu <antonio.xu@sun.com>
-
+
* e-shell-startup-wizard.c (e_shell_startup_wizard_create): connect
"back" signal to back_finish_func in finish page.
(back_finish_func): handle "back" signal.