diff src/value.h @ 8817:48c6552be372

[gaim-migrate @ 9579] I started a plugin yesterday and I wanted to commit this new signal I needed before it got hard to keep in sync (not that that's likely to happen, really). This signal allows plugins to change the text appearing in the tooltips. Is this right? I'm not sure. The signal stuff is far too complicated. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 26 Apr 2004 16:19:12 +0000
parents fde4101fa183
children af06746954de
line wrap: on
line diff
--- a/src/value.h	Mon Apr 26 16:11:33 2004 +0000
+++ b/src/value.h	Mon Apr 26 16:19:12 2004 +0000
@@ -67,7 +67,8 @@
 	GAIM_SUBTYPE_CONNECTION,
 	GAIM_SUBTYPE_CONVERSATION,
 	GAIM_SUBTYPE_CONV_WINDOW,
-	GAIM_SUBTYPE_PLUGIN
+	GAIM_SUBTYPE_PLUGIN,
+	GAIM_SUBTYPE_BLIST_NODE
 
 } GaimSubType;