1998-12-07 Miguel de Icaza <miguel@nuclecu.unam.mx>

* screen.c (do_enter): Return the value from this.
This commit is contained in:
Miguel de Icaza 1998-12-07 17:39:36 +00:00
parent 8b23263b4e
commit 2353821b09
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1998-12-07 Miguel de Icaza <miguel@nuclecu.unam.mx>
* screen.c (do_enter): Return the value from this.
1998-12-06 Federico Mena Quintero <federico@nuclecu.unam.mx>
* dir.c (link_isdir): Fetch the information from

View File

@ -2080,7 +2080,7 @@ do_enter_on_file_entry (file_entry *fe)
int
do_enter (WPanel *panel)
{
do_enter_on_file_entry (selection (panel));
return do_enter_on_file_entry (selection (panel));
}
static void