diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-04-21 22:08:08 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-04-21 22:08:08 +0000 |
commit | 5a8701523c19fc66c2a05135aa80c16d2e9606a3 (patch) | |
tree | eca75900bf8fab1cd4c5b47f82f0ee0757078380 /ChangeLog | |
parent | c4ed9dc78c5b3523f5893c60bcef276eb36e7e72 (diff) | |
download | gtk+-5a8701523c19fc66c2a05135aa80c16d2e9606a3.tar.gz |
Pop down the completion window if there are no completions anymore.
2004-04-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_completion_timeout): Pop down the
completion window if there are no completions anymore.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-04-21 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkentry.c (gtk_entry_completion_timeout): Pop down the + completion window if there are no completions anymore. + * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): Don't call gtk_tree_view_scroll_to_cell() on an empty tree view. It doesn't like that. (#140642, Christian Persch) |