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:
Dave Camp 2003-01-21 01:28:53 +00:00 committed by Dave Camp
parent 96b26059a0
commit 812ca687ac
2 changed files with 5 additions and 4 deletions

View file

@ -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):

View file

@ -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: