diff 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
line wrap: on
line diff
--- a/src/multi.h	Fri Jun 20 03:32:42 2003 +0000
+++ b/src/multi.h	Fri Jun 20 03:41:15 2003 +0000
@@ -44,6 +44,7 @@
 	gboolean is_int;
 	int min;
 	int max;
+	gboolean secret;
 };
 
 #endif /* _MULTI_H_ */