summary refs log tree commit diff stats
path: root/src/common/fe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/fe.h')
-rw-r--r--src/common/fe.h2
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 */