comparison src/multi.h @ 5925:6690934e5ea6

[gaim-migrate @ 6365] fix my breaking of right-clicking on anything but chats in the buddy list also make certain fields (passwords) for the in-blist chats not show up in the tooltip committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 20 Jun 2003 03:41:15 +0000
parents 211760926728
children fa6395637e2c
comparison
equal deleted inserted replaced
5924:c304abc3e68b 5925:6690934e5ea6
42 char *identifier; 42 char *identifier;
43 char *def; 43 char *def;
44 gboolean is_int; 44 gboolean is_int;
45 int min; 45 int min;
46 int max; 46 int max;
47 gboolean secret;
47 }; 48 };
48 49
49 #endif /* _MULTI_H_ */ 50 #endif /* _MULTI_H_ */
50 51
51 /* A big line. */ 52 /* A big line. */