diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-03-04 22:19:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-03-04 22:19:47 +0000 |
commit | 0b46f4ab61b937b6880d847f41a718d18b399d37 (patch) | |
tree | 8782a4fffca51033c7eeb33f5bbff60540810bf1 /ChangeLog.pre-2-0 | |
parent | 5b374044c165f4b4e65bb40772a53d28c4e4a1f1 (diff) | |
download | gtk+-0b46f4ab61b937b6880d847f41a718d18b399d37.tar.gz |
Make color selection and selection examples work.
* docs/tutorial/gtk-tut.sgml: Make color selection and selection
examples work.
* tests/testselection.c (selection_toggled, selection_clear):
Use selection_widget as selection owner - otherwise clearing the
selection doesn't work.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 520c25b4e0..8003793a65 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,12 @@ +2002-03-04 Matthias Clasen <maclas@gmx.de> + + * docs/tutorial/gtk-tut.sgml: Make color selection and selection + examples work. + + * tests/testselection.c (selection_toggled, selection_clear): + Use selection_widget as selection owner - otherwise clearing the + selection doesn't work. + Mon Mar 4 12:43:48 2002 Owen Taylor <otaylor@redhat.com> Fixes for non XKB operation. (#73103) |