Fix dcc dir warning showing when not auto-accept

This commit is contained in:
TingPing 2014-06-04 20:55:34 -04:00
parent c1d9aad546
commit 9181ea068a
1 changed files with 1 additions and 1 deletions

View File

@ -2168,7 +2168,7 @@ setup_apply (struct hexchatprefs *pr)
" restart to take full effect."), FE_MSG_WARN);
#ifndef WIN32
if (prefs.hex_dcc_auto_recv)
if (prefs.hex_dcc_auto_recv == 2) /* Auto */
{
if (!strcmp ((char *)g_get_home_dir (), prefs.hex_dcc_dir))
{