mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
When an action is selected stop the event to be propagated otherwise the
2004-03-08 Marco Pesenti Gritti <marco@gnome.org> * gtk/gtkentry.c: (gtk_entry_completion_key_press): When an action is selected stop the event to be propagated otherwise the activate signal is emitted too. (Bug #133394)
This commit is contained in:
parent
4cbbc3e713
commit
59f477ff16
@ -1,3 +1,10 @@
|
||||
2004-03-08 Marco Pesenti Gritti <marco@gnome.org>
|
||||
|
||||
* gtk/gtkentry.c: (gtk_entry_completion_key_press):
|
||||
|
||||
When an action is selected stop the event to be propagated
|
||||
otherwise the activate signal is emitted too. (Bug #133394)
|
||||
|
||||
Mon Mar 8 04:50:12 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (create_path_bar): new function to
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-03-08 Marco Pesenti Gritti <marco@gnome.org>
|
||||
|
||||
* gtk/gtkentry.c: (gtk_entry_completion_key_press):
|
||||
|
||||
When an action is selected stop the event to be propagated
|
||||
otherwise the activate signal is emitted too. (Bug #133394)
|
||||
|
||||
Mon Mar 8 04:50:12 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (create_path_bar): new function to
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-03-08 Marco Pesenti Gritti <marco@gnome.org>
|
||||
|
||||
* gtk/gtkentry.c: (gtk_entry_completion_key_press):
|
||||
|
||||
When an action is selected stop the event to be propagated
|
||||
otherwise the activate signal is emitted too. (Bug #133394)
|
||||
|
||||
Mon Mar 8 04:50:12 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (create_path_bar): new function to
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-03-08 Marco Pesenti Gritti <marco@gnome.org>
|
||||
|
||||
* gtk/gtkentry.c: (gtk_entry_completion_key_press):
|
||||
|
||||
When an action is selected stop the event to be propagated
|
||||
otherwise the activate signal is emitted too. (Bug #133394)
|
||||
|
||||
Mon Mar 8 04:50:12 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (create_path_bar): new function to
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-03-08 Marco Pesenti Gritti <marco@gnome.org>
|
||||
|
||||
* gtk/gtkentry.c: (gtk_entry_completion_key_press):
|
||||
|
||||
When an action is selected stop the event to be propagated
|
||||
otherwise the activate signal is emitted too. (Bug #133394)
|
||||
|
||||
Mon Mar 8 04:50:12 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (create_path_bar): new function to
|
||||
|
@ -4844,6 +4844,8 @@ gtk_entry_completion_key_press (GtkWidget *widget,
|
||||
g_signal_emit_by_name (completion, "action_activated",
|
||||
gtk_tree_path_get_indices (path)[0]);
|
||||
gtk_tree_path_free (path);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user