gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / desktop / gftp / patches / 02-profile-dir.patch
blob7b22565f93288c8eb78df4123f7699c0780386e5
1 --- gftp-2.9.1b/lib/gftp.h.old 2024-07-01 21:38:26.823654703 -0400
2 +++ gftp-2.9.1b/lib/gftp.h 2024-07-01 21:39:09.621126094 -0400
3 @@ -183,7 +183,7 @@
4 #define GFTP_ECANIGNORE -6 /* Error that can be ignored */
6 /* Some general settings */
7 -#define BASE_CONF_DIR "~/.gftp"
8 +#define BASE_CONF_DIR "~/.config/gftp"
9 #define CONFIG_FILE BASE_CONF_DIR "/gftprc"
10 #define BOOKMARKS_FILE BASE_CONF_DIR "/bookmarks"
11 #define LOG_FILE BASE_CONF_DIR "/gftp.log"