mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
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:
parent
2ea909d72f
commit
30f4151e51
4 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue