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
This commit is contained in:
Timo Sirainen 2000-06-30 21:33:57 +00:00 committed by cras
commit 30f4151e51
4 changed files with 7 additions and 1 deletions

View file

@ -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;