diff options
author | TingPing <tingping@tingping.se> | 2013-08-30 20:19:10 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-08-31 11:39:12 -0400 |
commit | 4c406bce171db7086e394f69ae3cddd3b4dc8a87 (patch) | |
tree | 7b4d36f441474cdb002d41caad97e6b8ede2ae45 /src/common/fe.h | |
parent | 36b84c9af321effa39a06a2b137f094ab8c50bd8 (diff) |
Improve file dialogs
- Fixes #314 - Adds file extensions to sound and image browsing - Some options no longer default to our config dir - Always add a shortcut to our config dir - Remove broken 'last_dir' functionality, gtk already knows recent
Diffstat (limited to 'src/common/fe.h')
-rw-r--r-- | src/common/fe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fe.h b/src/common/fe.h index 22db38df..eee4ad0c 100644 --- a/src/common/fe.h +++ b/src/common/fe.h @@ -125,7 +125,7 @@ void fe_get_str (char *prompt, char *def, void *callback, void *ud); void fe_get_int (char *prompt, int def, void *callback, void *ud); #define FRF_WRITE 1 /* save file */ #define FRF_MULTIPLE 2 /* multi-select */ -#define FRF_ADDFOLDER 4 /* add ~/.config/hexchat to favourites */ +#define FRF_RECENTLYUSED 4 /* let gtk decide start dir instead of our config */ #define FRF_CHOOSEFOLDER 8 /* choosing a folder only */ #define FRF_FILTERISINITIAL 16 /* filter is initial directory */ #define FRF_NOASKOVERWRITE 32 /* don't ask to overwrite existing files */ |