changeset 4254:e9f243406a3d

[gaim-migrate @ 4505] . committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 08 Jan 2003 20:25:25 +0000
parents 6c8ea04270e1
children b5078efab5c5
files src/gtkimhtml.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkimhtml.h	Wed Jan 08 20:25:06 2003 +0000
+++ b/src/gtkimhtml.h	Wed Jan 08 20:25:25 2003 +0000
@@ -51,6 +51,9 @@
 	GdkCursor *arrow_cursor;
 	GHashTable *smiley_data;
 	GtkSmileyTree *default_smilies;
+
+	gboolean show_smileys;
+	gboolean show_comments;
 };
 
 struct _GtkIMHtmlClass {