diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-11-28 07:50:03 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-11-28 07:50:03 +0000 |
commit | 36fd7fc8029837ce5ad6dbc1557a673cd08dace2 (patch) | |
tree | 590849b9a1c32bb8474663b32c5f8210c7b07550 /irc/xchat1/files/patch-autoresume | |
parent | add tex2im (diff) |
Update to version 1.8.6. While I'm here, add a WITH_TRANSPARENCY knob
so that non-GNOME users can get transparent windows if so desired.
Notes
Notes:
svn path=/head/; revision=50679
Diffstat (limited to 'irc/xchat1/files/patch-autoresume')
-rw-r--r-- | irc/xchat1/files/patch-autoresume | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/irc/xchat1/files/patch-autoresume b/irc/xchat1/files/patch-autoresume deleted file mode 100644 index fa01aaddf088..000000000000 --- a/irc/xchat1/files/patch-autoresume +++ /dev/null @@ -1,17 +0,0 @@ ---- src/common/dcc.c.orig Fri Oct 12 08:13:04 2001 -+++ src/common/dcc.c Sat Nov 24 16:47:39 2001 -@@ -1292,8 +1292,12 @@ - while (list) - { - d = list->data; -- if (d != dcc && strcmp (d->destfile, dcc->destfile) == 0) -- goto dontresume; -+ if (d->type == TYPE_RECV && d->dccstat != STAT_ABORTED && -+ d->dccstat != STAT_DONE && d->dccstat != STAT_FAILED) -+ { -+ if (d != dcc && strcmp (d->destfile, dcc->destfile) == 0) -+ goto dontresume; -+ } - list = list->next; - } - dcc_resume (dcc); |