diff options
author | Timo Sirainen <cras@irssi.org> | 2000-06-30 21:33:57 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-06-30 21:33:57 +0000 |
commit | 30f4151e5173f228d8f8f84f67bf2078b157ac05 (patch) | |
tree | d4bd79db2fb004962336ea1cba4fa08fc3c2db69 /src/fe-common | |
parent | 2ea909d72f73d879c1a4968699ae8bd1c041cfd2 (diff) | |
download | irssi-30f4151e5173f228d8f8f84f67bf2078b157ac05.zip |
WI_ITEM_REC was modified, but CHANNEL_REC, etc. wasn't. BIG mistake.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@402 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common')
-rw-r--r-- | src/fe-common/core/windows.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fe-common/core/windows.h b/src/fe-common/core/windows.h index a74f575d..f96f5723 100644 --- a/src/fe-common/core/windows.h +++ b/src/fe-common/core/windows.h @@ -10,7 +10,10 @@ enum { /* All window items *MUST* have these variables in same order at the start of the structure - the server's type can of course be - replaced with the preferred record type. */ + replaced with the preferred record type. + + !!!! So IF YOU CHANGE THIS: REMEMBER TO UPDATE WI_IRC_REC, CHANNEL_REC + and QUERY_REC !!!! (I already forgot this once :) */ typedef struct { int type; GHashTable *module_data; |