mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Removed previous patch to this function, it was breaking keynav.
2003-01-20 Dave Camp <dave@ximian.com> * src/file-manager/fm-list-view.c (key_press_callback): Removed previous patch to this function, it was breaking keynav.
This commit is contained in:
parent
96b26059a0
commit
812ca687ac
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-01-20 Dave Camp <dave@ximian.com>
|
||||
|
||||
* src/file-manager/fm-list-view.c (key_press_callback): Removed
|
||||
previous patch to this function, it was breaking keynav.
|
||||
|
||||
2003-01-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* src/file-manager/fm-directory-view.c (bonobo_mime_action_activate_callback):
|
||||
|
|
|
@ -213,10 +213,6 @@ key_press_callback (GtkWidget *widget, GdkEventKey *event, gpointer callback_dat
|
|||
|
||||
view = FM_DIRECTORY_VIEW (callback_data);
|
||||
|
||||
if (event->window != gtk_tree_view_get_bin_window (GTK_TREE_VIEW (widget))) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
switch (event->keyval) {
|
||||
case GDK_space:
|
||||
case GDK_Return:
|
||||
|
|
Loading…
Reference in a new issue