]> Pileus Git - ~andy/gtk/commitdiff
Pop down the list when an item is selected via the keyboard.
authorMatthias Clasen <maclas@gmx.de>
Sat, 13 Mar 2004 20:33:45 +0000 (20:33 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 13 Mar 2004 20:33:45 +0000 (20:33 +0000)
Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
list when an item is selected via the keyboard.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c

index a46a0fd5f8046491bf32211be98b045120d5d1ae..85a440b9eb828ac164847fd443a7c3de62536b22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
+       list when an item is selected via the keyboard.
+
 2004-03-13  Anders Carlsson  <andersca@gnome.org>
 
        * gtk/gtkfilesystemunix.c: (remove_trailing_slash),
index a46a0fd5f8046491bf32211be98b045120d5d1ae..85a440b9eb828ac164847fd443a7c3de62536b22 100644 (file)
@@ -1,3 +1,8 @@
+Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
+       list when an item is selected via the keyboard.
+
 2004-03-13  Anders Carlsson  <andersca@gnome.org>
 
        * gtk/gtkfilesystemunix.c: (remove_trailing_slash),
index a46a0fd5f8046491bf32211be98b045120d5d1ae..85a440b9eb828ac164847fd443a7c3de62536b22 100644 (file)
@@ -1,3 +1,8 @@
+Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
+       list when an item is selected via the keyboard.
+
 2004-03-13  Anders Carlsson  <andersca@gnome.org>
 
        * gtk/gtkfilesystemunix.c: (remove_trailing_slash),
index a46a0fd5f8046491bf32211be98b045120d5d1ae..85a440b9eb828ac164847fd443a7c3de62536b22 100644 (file)
@@ -1,3 +1,8 @@
+Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
+       list when an item is selected via the keyboard.
+
 2004-03-13  Anders Carlsson  <andersca@gnome.org>
 
        * gtk/gtkfilesystemunix.c: (remove_trailing_slash),
index a46a0fd5f8046491bf32211be98b045120d5d1ae..85a440b9eb828ac164847fd443a7c3de62536b22 100644 (file)
@@ -1,3 +1,8 @@
+Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
+       list when an item is selected via the keyboard.
+
 2004-03-13  Anders Carlsson  <andersca@gnome.org>
 
        * gtk/gtkfilesystemunix.c: (remove_trailing_slash),
index 8126dd87fe66a82270861807574134a3c568dd4d..8932d9f6ad27cc795d0a219f722676e403e83294 100644 (file)
@@ -2458,6 +2458,10 @@ gtk_combo_box_list_key_press (GtkWidget   *widget,
            gtk_tree_path_free (path);
          }
       }
+
+    gtk_combo_box_popdown (combo_box);
+    
+    return TRUE;
   }
 
   return FALSE;