diff --git a/src/filemanager/find.c b/src/filemanager/find.c index 9fc2609f7..f89fb8244 100644 --- a/src/filemanager/find.c +++ b/src/filemanager/find.c @@ -873,7 +873,7 @@ push_directory (vfs_path_t * dir) static inline vfs_path_t * pop_directory (void) { - return (vfs_path_t *) g_queue_pop_tail (&dir_queue); + return (vfs_path_t *) g_queue_pop_head (&dir_queue); } /* --------------------------------------------------------------------------------------------- */