diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-02 02:49:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-02 02:49:29 +0800 |
commit | acb62e85ec15ab0af6c8b58b2bf7f6e8ca4af0a8 (patch) | |
tree | b72d039e524363b662a996a3dcd3a1b0ead2b871 /shell/ChangeLog | |
parent | ac60e853cbee9c568b3cc066cbdadfdd7e0152c8 (diff) | |
download | gsoc2013-evolution-acb62e85ec15ab0af6c8b58b2bf7f6e8ca4af0a8.tar gsoc2013-evolution-acb62e85ec15ab0af6c8b58b2bf7f6e8ca4af0a8.tar.gz gsoc2013-evolution-acb62e85ec15ab0af6c8b58b2bf7f6e8ca4af0a8.tar.bz2 gsoc2013-evolution-acb62e85ec15ab0af6c8b58b2bf7f6e8ca4af0a8.tar.lz gsoc2013-evolution-acb62e85ec15ab0af6c8b58b2bf7f6e8ca4af0a8.tar.xz gsoc2013-evolution-acb62e85ec15ab0af6c8b58b2bf7f6e8ca4af0a8.tar.zst gsoc2013-evolution-acb62e85ec15ab0af6c8b58b2bf7f6e8ca4af0a8.zip |
Make the EUriSchemaRegistry object non-floating at construction time.
svn path=/trunk/; revision=10658
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a7e079c1d0..59f9096f9d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-uri-schema-registry.c (init): Unset the FLOATING flag on the + object. + +2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c: Fixing a bug that could cause Evolution to crash if a new ShellView was created and then destroyed, and then a new folder would appear in the folder tree. Sigh, this code with the |