diff src/gtkimhtmltoolbar.c @ 9863:0e3a84f18467

[gaim-migrate @ 10742] Whitespace and comment changes, mostly. And changed a few other things that aren't ansi c... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 25 Aug 2004 03:09:08 +0000
parents 4a15962c344a
children ab5db2c5da79
line wrap: on
line diff
--- a/src/gtkimhtmltoolbar.c	Wed Aug 25 02:04:38 2004 +0000
+++ b/src/gtkimhtmltoolbar.c	Wed Aug 25 03:09:08 2004 +0000
@@ -257,7 +257,7 @@
 	} else if (toolbar->fgcolor_dialog != NULL) {
 		cancel_toolbar_fgcolor(color, toolbar);
 	} else {
-		//gaim_gtk_advance_past(gtkconv, "<FONT COLOR>", "</FONT>");
+		/* gaim_gtk_advance_past(gtkconv, "<FONT COLOR>", "</FONT>"); */
 	}
 	gtk_widget_grab_focus(toolbar->imhtml);
 }
@@ -330,7 +330,7 @@
 	} else if (toolbar->bgcolor_dialog != NULL) {
 		cancel_toolbar_bgcolor(color, toolbar);
 	} else {
-		//gaim_gtk_advance_past(gtkconv, "<FONT COLOR>", "</FONT>");
+		/* gaim_gtk_advance_past(gtkconv, "<FONT COLOR>", "</FONT>"); */
 	}
 	gtk_widget_grab_focus(toolbar->imhtml);
 }
@@ -792,7 +792,7 @@
 enum {
 	LAST_SIGNAL
 };
-//static guint signals [LAST_SIGNAL] = { 0 };
+/* static guint signals [LAST_SIGNAL] = { 0 }; */
 
 static void
 gtk_imhtmltoolbar_finalize (GObject *object)