mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 06:17:35 +00:00
FileManager: Make sure the status bar callback is hooked up.
This commit is contained in:
parent
19fa70c821
commit
82ca3e58b8
2 changed files with 1 additions and 2 deletions
|
@ -173,7 +173,6 @@ GVariant DirectoryModel::data(const GModelIndex& index, Role role) const
|
|||
|
||||
void DirectoryModel::update()
|
||||
{
|
||||
dbgprintf("DirectoryModel::update\n");
|
||||
DIR* dirp = opendir(m_path.characters());
|
||||
if (!dirp) {
|
||||
perror("opendir");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue