aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-05 01:59:35 +0800
committerDan Winship <danw@src.gnome.org>2001-05-05 01:59:35 +0800
commit5eb2d61037720ee2c39fab697f28d02339498c47 (patch)
treea207dfb64d61db5a3e1ff3a5ae2eee421c4f543b /shell/ChangeLog
parent7e617f37b8bd3ebd626e1161f77651b6e81fd88d (diff)
downloadgsoc2013-evolution-5eb2d61037720ee2c39fab697f28d02339498c47.tar
gsoc2013-evolution-5eb2d61037720ee2c39fab697f28d02339498c47.tar.gz
gsoc2013-evolution-5eb2d61037720ee2c39fab697f28d02339498c47.tar.bz2
gsoc2013-evolution-5eb2d61037720ee2c39fab697f28d02339498c47.tar.lz
gsoc2013-evolution-5eb2d61037720ee2c39fab697f28d02339498c47.tar.xz
gsoc2013-evolution-5eb2d61037720ee2c39fab697f28d02339498c47.tar.zst
gsoc2013-evolution-5eb2d61037720ee2c39fab697f28d02339498c47.zip
Use type instead of portNumber.
* e-shell-offline-handler.c (update_dialog_clist_hash_foreach, (duplicate_connection_list): Use type instead of portNumber. (e_shell_offline_handler_put_components_offline): Fix the logic of when to show the connection dialog here. (Show it when there *are* connections, not when there aren't.) * Evolution-Offline.idl: Have a "string type" instead of "short portNumber" in Connection. svn path=/trunk/; revision=9676
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 1dccfe0b5e..b210b83efc 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,14 @@
+2001-05-04 Dan Winship <danw@ximian.com>
+
+ * e-shell-offline-handler.c (update_dialog_clist_hash_foreach,
+ (duplicate_connection_list): Use type instead of portNumber.
+ (e_shell_offline_handler_put_components_offline): Fix the logic of
+ when to show the connection dialog here. (Show it when there *are*
+ connections, not when there aren't.)
+
+ * Evolution-Offline.idl: Have a "string type" instead of "short
+ portNumber" in Connection.
+
2001-05-04 Ettore Perazzoli <ettore@ximian.com>
* e-shell-offline-handler.c