diff options
author | Timo Sirainen <cras@irssi.org> | 2001-11-28 20:49:10 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-11-28 20:49:10 +0000 |
commit | fe82eafa44492b9c5a50ef2e43c873b815b64f96 (patch) | |
tree | 509c35ea0c75d2dd0d17cd55306011a4f02a2685 /src/fe-common/core | |
parent | 847ad423ded8a794480dd7eb26cfb1cc3e2d4da6 (diff) | |
download | irssi-fe82eafa44492b9c5a50ef2e43c873b815b64f96.zip |
/EXEC -interactive was broken.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2161 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core')
-rw-r--r-- | src/fe-common/core/fe-exec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fe-common/core/fe-exec.c b/src/fe-common/core/fe-exec.c index 4d9152ec..b8aedefa 100644 --- a/src/fe-common/core/fe-exec.c +++ b/src/fe-common/core/fe-exec.c @@ -1,7 +1,7 @@ /* fe-exec.c : irssi - Copyright (C) 2000 Timo Sirainen + Copyright (C) 2000-2001 Timo Sirainen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -67,7 +67,6 @@ static EXEC_WI_REC *exec_wi_create(WINDOW_REC *window, PROCESS_REC *rec) g_strdup_printf("%%%s", rec->name) : g_strdup_printf("%%%d", rec->id); - item->window = window; item->createtime = time(NULL); item->process = rec; |