summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-04-21 22:08:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-04-21 22:08:08 +0000
commit5a8701523c19fc66c2a05135aa80c16d2e9606a3 (patch)
treeeca75900bf8fab1cd4c5b47f82f0ee0757078380 /ChangeLog.pre-2-4
parentc4ed9dc78c5b3523f5893c60bcef276eb36e7e72 (diff)
downloadgdk-pixbuf-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.pre-2-4')
-rw-r--r--ChangeLog.pre-2-43
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index bbe27c0f6..f72369a37 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -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)