changeset 8829:d5ca3e9a77e2

[gaim-migrate @ 9593] Etan just keeps being cooler than everyone around him. This names the gtkimhtml in GaimConversations so that people with crap fonts can resize them via Gtk+ through the already existing mechanism. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 27 Apr 2004 02:12:08 +0000
parents 8498ddc74513
children f8038b1f7449
files src/gtkconv.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Mon Apr 26 23:09:48 2004 +0000
+++ b/src/gtkconv.c	Tue Apr 27 02:12:08 2004 +0000
@@ -3583,6 +3583,7 @@
 
 	/* Setup gtkihmtml. */
 	gtkconv->imhtml = gtk_imhtml_new(NULL, NULL);
+	gtk_widget_set_name(gtkconv->imhtml, "gtkconv_imhtml");
 	gtk_container_add(GTK_CONTAINER(gtkconv->sw), gtkconv->imhtml);
 
 	gtk_imhtml_show_comments(GTK_IMHTML(gtkconv->imhtml),
@@ -3717,6 +3718,7 @@
 	gtk_widget_show(sw);
 
 	gtkconv->entry = gtk_imhtml_new(NULL, NULL);
+	gtk_widget_set_name(gtkconv->entry, "gtkconv_entry");
 	gtk_imhtml_smiley_shortcuts(GTK_IMHTML(gtkconv->entry),
 			gaim_prefs_get_bool("/gaim/gtk/conversations/smiley_shortcuts"));
 	gtk_imhtml_html_shortcuts(GTK_IMHTML(gtkconv->entry),
@@ -3799,6 +3801,7 @@
 	gtk_widget_show(gtkconv->sw);
 
 	gtkconv->imhtml = gtk_imhtml_new(NULL, NULL);
+	gtk_widget_set_name(gtkconv->imhtml, "gtkconv_imhtml");
 	gtk_container_add(GTK_CONTAINER(gtkconv->sw), gtkconv->imhtml);
 
 	g_signal_connect_after(G_OBJECT(gtkconv->imhtml), "button_press_event",
@@ -3840,6 +3843,7 @@
 	gtk_widget_show(sw);
 
 	gtkconv->entry = gtk_imhtml_new(NULL, NULL);
+	gtk_widget_set_name(gtkconv->entry, "gtkconv_entry");
 
 	gtk_imhtml_smiley_shortcuts(GTK_IMHTML(gtkconv->entry),
 			gaim_prefs_get_bool("/gaim/gtk/conversations/smiley_shortcuts"));