diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-28 03:18:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-28 03:18:50 +0800 |
commit | 205fef856fe6f55500eb9df6cc4cf5a3f635f6ca (patch) | |
tree | b9fa51a8f19c724dc58d195958dacc6e5503705d /mail/ChangeLog | |
parent | 721eed6e4e4fb1957fd94f276d399a63a2227a6e (diff) | |
download | gsoc2013-evolution-205fef856fe6f55500eb9df6cc4cf5a3f635f6ca.tar gsoc2013-evolution-205fef856fe6f55500eb9df6cc4cf5a3f635f6ca.tar.gz gsoc2013-evolution-205fef856fe6f55500eb9df6cc4cf5a3f635f6ca.tar.bz2 gsoc2013-evolution-205fef856fe6f55500eb9df6cc4cf5a3f635f6ca.tar.lz gsoc2013-evolution-205fef856fe6f55500eb9df6cc4cf5a3f635f6ca.tar.xz gsoc2013-evolution-205fef856fe6f55500eb9df6cc4cf5a3f635f6ca.tar.zst gsoc2013-evolution-205fef856fe6f55500eb9df6cc4cf5a3f635f6ca.zip |
Fixed Cut/Copy/Paste to work - it turns out I couldn't share a single
2001-06-27 Jeffrey Stedfast <fejj@ximian.com>
* folder-browser.c: Fixed Cut/Copy/Paste to work - it turns out I
couldn't share a single GtkInvisible between all the
FolderBrowser's after all.
svn path=/trunk/; revision=10536
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1f04ec603e..6019fae3bc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-06-27 Jeffrey Stedfast <fejj@ximian.com> + + * folder-browser.c: Fixed Cut/Copy/Paste to work - it turns out I + couldn't share a single GtkInvisible between all the + FolderBrowser's after all. + 2001-06-27 Peter Williams <peterw@ximian.com> * folder-browser-factory.c (control_deactivate): Change to use |