summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-11-07 17:27:16 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-11-07 17:27:16 +0000
commit9e33d2fdb2eb97dd2e97a8d5766792aac6089ec8 (patch)
treeb483ff7cdc0002976c045cf1b0b6e5f4c6f1377e
parent9a48d4980030a83e8f895be5b6fbe435a130ebda (diff)
downloadgdk-pixbuf-9e33d2fdb2eb97dd2e97a8d5766792aac6089ec8.tar.gz
Don't popup the completions if the focus has already been moved somewhere
2005-11-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Don't popup the completions if the focus has already been moved somewhere else. (#319914, Christian Persch)
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7acbced5..0fd8bb0f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-07 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup):
+ Don't popup the completions if the focus has already been
+ moved somewhere else. (#319914, Christian Persch)
+
* gtk/gtktoolitem.c (_gtk_tool_item_toolbar_reconfigured):
Raise the drag_window after reconfiguring the
toolbar. (#320803, Christian Persch)
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index c7acbced5..0fd8bb0f5 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,9 @@
2005-11-07 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup):
+ Don't popup the completions if the focus has already been
+ moved somewhere else. (#319914, Christian Persch)
+
* gtk/gtktoolitem.c (_gtk_tool_item_toolbar_reconfigured):
Raise the drag_window after reconfiguring the
toolbar. (#320803, Christian Persch)