diff src/gtkconv.h @ 7326:00a9ab26d607

[gaim-migrate @ 7912] Added an option to remove the formatting toolbar, both globally and on a per-window basis. Patch by Nathan Fredrickson. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 25 Oct 2003 00:03:13 +0000
parents c7f0a4397d9e
children 994b2d782711
line wrap: on
line diff
--- a/src/gtkconv.h	Sat Oct 25 00:02:53 2003 +0000
+++ b/src/gtkconv.h	Sat Oct 25 00:03:13 2003 +0000
@@ -5,7 +5,7 @@
  * gaim
  *
  * Copyright (C) 2002-2003 Christian Hammond <chipx86@gnupdate.org>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -66,6 +66,7 @@
 
 		GtkWidget *logging;
 		GtkWidget *sounds;
+		GtkWidget *show_formatting_toolbar;
 
 		GtkWidget *send_as;
 
@@ -126,6 +127,7 @@
 struct _GaimGtkConversation
 {
 	gboolean make_sound;
+	gboolean show_formatting_toolbar;
 	gboolean has_font;
 	char fontface[128];
 	GdkColor fg_color;