changeset 8498:0a9b591278bc

[gaim-migrate @ 9234] Ethan is such an ass. Commenting out the *correct* line. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 25 Mar 2004 00:44:26 +0000
parents d4ed39454347
children 467b01d02f9c
files src/gtkimhtml.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkimhtml.c	Thu Mar 25 00:33:21 2004 +0000
+++ b/src/gtkimhtml.c	Thu Mar 25 00:44:26 2004 +0000
@@ -72,8 +72,8 @@
 #define POINT_SIZE(x) (options & GTK_IMHTML_USE_POINTSIZE ? x : _point_sizes [MIN ((x), MAX_FONT_SIZE) - 1])
 static gdouble _point_sizes [] = { .69444444, .8333333, 1, 1.2, 1.44, 1.728, 2.0736};
 
-enum {
-/*	TARGET_HTML,  */
+enum { 
+	TARGET_HTML,  
 	TARGET_UTF8_STRING,
 	TARGET_COMPOUND_TEXT,
 	TARGET_STRING,
@@ -94,7 +94,7 @@
 static guint signals [LAST_SIGNAL] = { 0 };
 
 GtkTargetEntry selection_targets[] = {
-	{ "text/html", 0, TARGET_HTML },
+/*	{ "text/html", 0, TARGET_HTML },*/
 	{ "UTF8_STRING", 0, TARGET_UTF8_STRING },
 	{ "COMPOUND_TEXT", 0, TARGET_COMPOUND_TEXT },
 	{ "STRING", 0, TARGET_STRING },