[gnome-commander] update_list_progress: Use dir->gFileInfoList as argument for done_func
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] update_list_progress: Use dir->gFileInfoList as argument for done_func
- Date: Tue, 1 Jun 2021 21:31:47 +0000 (UTC)
commit 113b8131b92a656e4a53d493f94d60cea8b8a6b2
Author: Uwe Scholz <u scholz83 gmx de>
Date: Tue Jun 1 23:22:43 2021 +0200
update_list_progress: Use dir->gFileInfoList as argument for done_func
src/dirlist.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/dirlist.cc b/src/dirlist.cc
index 65ca858e7..b0dd9804f 100644
--- a/src/dirlist.cc
+++ b/src/dirlist.cc
@@ -53,7 +53,7 @@ static gboolean update_list_progress (GnomeCmdDir *dir)
}
DEBUG ('l', "calling list_done func\n");
- dir->done_func (dir, dir->infolist, nullptr);
+ dir->done_func (dir, dir->gFileInfoList, nullptr);
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]