diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-03-02 22:20:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-03-02 22:20:04 +0000 |
commit | f2cc9ae8a1cc4768e4e3e5d2913a9d794c58a0f3 (patch) | |
tree | c2192e85cea3998efcdb3e90ce5fad5cf6744ffb /ChangeLog.pre-2-8 | |
parent | ce52e0776ee98cfed42e565ca2a006bff5a1ce88 (diff) | |
download | gtk+-f2cc9ae8a1cc4768e4e3e5d2913a9d794c58a0f3.tar.gz |
Avoid popping up the completions across the edge of the monitor. Part of
Tue Mar 2 23:08:12 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Avoid
popping up the completions across the edge of the monitor.
Part of #135561.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 50de61757a..a9ce5212b5 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Tue Mar 2 23:08:12 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Avoid + popping up the completions across the edge of the monitor. + Part of #135561. + Tue Mar 2 16:47:40 2004 Owen Taylor <otaylor@redhat.com> * tests/testfilechooser.c (set_filename_existing_nonexistent_cb): |