Extend reload functions to allow a full reload
Usually a folder is reloaded automatically on file changes, and the user shouldn't have to do it manually. However, when the user *wants* to do it manually, everything is expected to be reloaded, even the files in cache, because their info may have changed. At the moment, this does not happen, and there can be various issues with cached file info, so extension is a first step to allow the user to decide to reload everything in the folder.
Showing
- thunar/thunar-application.c 1 addition, 1 deletionthunar/thunar-application.c
- thunar/thunar-standard-view.c 5 additions, 3 deletionsthunar/thunar-standard-view.c
- thunar/thunar-view.c 6 additions, 3 deletionsthunar/thunar-view.c
- thunar/thunar-view.h 4 additions, 2 deletionsthunar/thunar-view.h
- thunar/thunar-window.c 11 additions, 7 deletionsthunar/thunar-window.c
Loading
Please register or sign in to comment