From 525f9af8c6a843982a81a35b166eef29aee405df Mon Sep 17 00:00:00 2001 From: David Hampton Date: Mon, 26 Nov 2001 04:27:00 +0000 Subject: [PATCH] In a place name combo, don't drop down the place list when the user hits . svn: r586 --- src/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.py b/src/utils.py index e386eca98..cc75187da 100644 --- a/src/utils.py +++ b/src/utils.py @@ -358,6 +358,7 @@ def attach_places(values,combo,place): sel_child = c mymap[src] = c + combo.disable_activate() combo.list.clear_items(0,-1) combo.list.append_items(list) combo.list.select_child(sel_child)