diff options
author | rbuj <[email protected]> | 2021-03-08 13:36:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-14 20:37:55 +0100 |
commit | 74331aa50b203b70e0e4e095697b0c6e5ab1fd19 (patch) | |
tree | 2b8e84bc5e61aa55b3197611befa69f277a9d2fb | |
parent | 584dcc5e0a93e0ed6032acf9b218a126da5c3e89 (diff) | |
download | caja-dropbox-74331aa50b203b70e0e4e095697b0c6e5ab1fd19.tar.bz2 caja-dropbox-74331aa50b203b70e0e4e095697b0c6e5ab1fd19.tar.xz |
caja-dropbox: reset_all_files is a static function
-rw-r--r-- | src/caja-dropbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-dropbox.c b/src/caja-dropbox.c index c7e8930..fc50188 100644 --- a/src/caja-dropbox.c +++ b/src/caja-dropbox.c @@ -107,7 +107,7 @@ reset_file(CajaFileInfo *file) { caja_file_info_invalidate_extension_info(file); } -gboolean +static gboolean reset_all_files(CajaDropbox *cvs) { /* Only run this on the main loop or you'll cause problems. */ |