diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-05 01:11:44 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-05 01:11:44 +0800 |
commit | 7e617f37b8bd3ebd626e1161f77651b6e81fd88d (patch) | |
tree | b0bee21c98bfca6e2ee39bedf33bdf9dccc664d1 /shell/ChangeLog | |
parent | 79dd5a50b21be36ac0e96c3f1838ca40e975e239 (diff) | |
download | gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.tar gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.tar.gz gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.tar.bz2 gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.tar.lz gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.tar.xz gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.tar.zst gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.zip |
Remove a line of code that caused the offline confirmation dialog to
be popped up even if no connections were active (it was there for
testing purposes only).
svn path=/trunk/; revision=9675
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 1bec9c547d..1dccfe0b5e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,12 @@ 2001-05-04 Ettore Perazzoli <ettore@ximian.com> + * e-shell-offline-handler.c + (e_shell_offline_handler_put_components_offline): Only display the + dialog if there are active connections. [It was displaying it all + the time before just for testing purposes.] + +2001-05-04 Ettore Perazzoli <ettore@ximian.com> + * evolution-storage.c (evolution_storage_new_folder): Ooops. The `corba_folder' is needed after returning; don't free it. |