diff options
author | Paolo Borelli <pborelli@katamail.com> | 2006-08-17 01:12:02 +0000 |
---|---|---|
committer | Paolo Borelli <pborelli@src.gnome.org> | 2006-08-17 01:12:02 +0000 |
commit | 2bca4a48d043df577a6f5477b312b7f97adb29c7 (patch) | |
tree | d9da2735283bf95095b852bc3ea1d50cbe46d78f /ChangeLog.pre-2-10 | |
parent | 6f4fa658339440abbb843a4798d9c7c8d87faa72 (diff) | |
download | gtk+-2bca4a48d043df577a6f5477b312b7f97adb29c7.tar.gz |
make sure the has-selection property is updated when the delection is
2006-08-17 Paolo Borelli <pborelli@katamail.com>
* gtk/gtktextbuffer.c: make sure the has-selection property is
updated when the delection is deleted. Bug #329752
* tests/testtext.c: add a copy menu item and show how to
update its sensitivity tracking the has-selection property.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index af578676ea..79a8fae4b0 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,6 +1,13 @@ +2006-08-17 Paolo Borelli <pborelli@katamail.com> + + * gtk/gtktextbuffer.c: make sure the has-selection property is + updated when the delection is deleted. Bug #329752 + * tests/testtext.c: add a copy menu item and show how to + update its sensitivity tracking the has-selection property. + 2006-08-17 Michael Emmel <mike.emmel@gmail.com> - * configure.in + * configure.in: Changed to use cairo-directfb.pc bug #351519 2006-08-17 Kristian Rietveld <kris@gtk.org> |