diff options
author | TingPing <tingping@tingping.se> | 2014-05-12 05:10:26 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-05-12 05:10:26 -0400 |
commit | 95f9ca917ed3c0a2ff0dc595ef009172981be2b7 (patch) | |
tree | 0a9650dbd0b5601a317a1711626d98afaffcc1f5 /src/common | |
parent | 0dccf692d41f62611b0b8c753ef4e84be670c736 (diff) |
Default completion to last spoke
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cfgfiles.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 67645a66..411e8ee2 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -808,6 +808,7 @@ load_default_config(void) prefs.hex_away_size_max = 300; prefs.hex_away_timeout = 60; prefs.hex_completion_amount = 5; + prefs.hex_completion_sort = 1; prefs.hex_dcc_auto_recv = 1; /* browse mode */ prefs.hex_dcc_blocksize = 1024; prefs.hex_dcc_permissions = 0600; |