Mercurial > pidgin
diff src/gtkconv.c @ 9005:230cf4032e3d
[gaim-migrate @ 9780]
(21:30:42) SimGuy: LSchiere2: This patch adds widget names to a number of different imhtmls scattered around gaim
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sat, 22 May 2004 01:32:44 +0000 |
| parents | 3738d1eac0ad |
| children | b24967757d46 |
line wrap: on
line diff
--- a/src/gtkconv.c Sat May 22 00:30:30 2004 +0000 +++ b/src/gtkconv.c Sat May 22 01:32:44 2004 +0000 @@ -3587,7 +3587,7 @@ /* Setup gtkihmtml. */ gtkconv->imhtml = gtk_imhtml_new(NULL, NULL); - gtk_widget_set_name(gtkconv->imhtml, "gtkconv_imhtml"); + gtk_widget_set_name(gtkconv->imhtml, "gaim_gtkconv_imhtml"); gtk_container_add(GTK_CONTAINER(gtkconv->sw), gtkconv->imhtml); gtk_imhtml_show_comments(GTK_IMHTML(gtkconv->imhtml), @@ -3722,7 +3722,7 @@ gtk_widget_show(sw); gtkconv->entry = gtk_imhtml_new(NULL, NULL); - gtk_widget_set_name(gtkconv->entry, "gtkconv_entry"); + gtk_widget_set_name(gtkconv->entry, "gaim_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), @@ -3809,7 +3809,7 @@ gtk_widget_show(gtkconv->sw); gtkconv->imhtml = gtk_imhtml_new(NULL, NULL); - gtk_widget_set_name(gtkconv->imhtml, "gtkconv_imhtml"); + gtk_widget_set_name(gtkconv->imhtml, "gaim_gtkconv_imhtml"); gtk_container_add(GTK_CONTAINER(gtkconv->sw), gtkconv->imhtml); g_signal_connect_after(G_OBJECT(gtkconv->imhtml), "button_press_event", @@ -3851,7 +3851,7 @@ gtk_widget_show(sw); gtkconv->entry = gtk_imhtml_new(NULL, NULL); - gtk_widget_set_name(gtkconv->entry, "gtkconv_entry"); + gtk_widget_set_name(gtkconv->entry, "gaim_gtkconv_entry"); gtk_imhtml_smiley_shortcuts(GTK_IMHTML(gtkconv->entry), gaim_prefs_get_bool("/gaim/gtk/conversations/smiley_shortcuts"));
