diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2006-09-28 16:48:15 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-09-28 16:48:15 +0800 |
commit | 2b5562aee01b4db6030199deef62ea97bb573def (patch) | |
tree | d244f694bf806e139365db224af0a7c72ab55ceb /shell/ChangeLog | |
parent | 0fa1dbec3cbb6cc5b16a7dcbf94620eecbdf2e96 (diff) | |
download | gsoc2013-evolution-2b5562aee01b4db6030199deef62ea97bb573def.tar gsoc2013-evolution-2b5562aee01b4db6030199deef62ea97bb573def.tar.gz gsoc2013-evolution-2b5562aee01b4db6030199deef62ea97bb573def.tar.bz2 gsoc2013-evolution-2b5562aee01b4db6030199deef62ea97bb573def.tar.lz gsoc2013-evolution-2b5562aee01b4db6030199deef62ea97bb573def.tar.xz gsoc2013-evolution-2b5562aee01b4db6030199deef62ea97bb573def.tar.zst gsoc2013-evolution-2b5562aee01b4db6030199deef62ea97bb573def.zip |
** Fix for bug #343331
2006-09-28 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #343331
* e-shell-window.c: (impl_dispose): Remove the timer which seem to get
activated after we destroy.
svn path=/trunk/; revision=32817
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 d5e98a5053..454d25a3d3 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2006-09-28 Srinivasa Ragavan <sragavan@novell.com> + + ** Fix for bug #343331 + + * e-shell-window.c: (impl_dispose): Remove the timer which seem to get + activated after we destroy. + 2006-09-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes #351332 |