Bug when expanding empty folders
- User tries to expand a folder -- the folder is empty
- We tell
GtkTreeViewto expand that row -- who knows if it actually does - Because the user expanded the folder a new watcher is set for that folder
- If a new file is created inside that folder the watcher will insert it
- Finally, one would expect the previously expanded folder to display it's recently created content. What actually happens is that nothing is displayed and to see the new content the user must expand/collapse that folder twice before seeing the content
Edited by Paulo Queiroz