From 22c9f6e83f2b8fb32ec14de5be91ae74422f29f9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 13 Sep 2004 14:20:12 +0000 Subject: [PATCH] Improve positioning of entry completion popup. 2004-09-13 Matthias Clasen * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): Improve positioning of entry completion popup. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkentrycompletion.c | 1 - 5 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 371d44d08d..400af50c4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-13 Matthias Clasen + + * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): + Improve positioning of entry completion popup. + 2004-09-09 Matthias Clasen * gtk/makegtkalias.pl: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 371d44d08d..400af50c4e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-09-13 Matthias Clasen + + * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): + Improve positioning of entry completion popup. + 2004-09-09 Matthias Clasen * gtk/makegtkalias.pl: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 371d44d08d..400af50c4e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-09-13 Matthias Clasen + + * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): + Improve positioning of entry completion popup. + 2004-09-09 Matthias Clasen * gtk/makegtkalias.pl: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 371d44d08d..400af50c4e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-09-13 Matthias Clasen + + * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): + Improve positioning of entry completion popup. + 2004-09-09 Matthias Clasen * gtk/makegtkalias.pl: diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index 61f2b10f24..f541134004 100644 --- a/gtk/gtkentrycompletion.c +++ b/gtk/gtkentrycompletion.c @@ -1279,7 +1279,6 @@ _gtk_entry_completion_resize_popup (GtkEntryCompletion *completion) gdk_window_get_origin (completion->priv->entry->window, &x, &y); get_borders (GTK_ENTRY (completion->priv->entry), &x_border, &y_border); - matches = gtk_tree_model_iter_n_children (GTK_TREE_MODEL (completion->priv->filter_model), NULL); items = MIN (matches, 15);