Mercurial > pidgin
diff src/buddy.c @ 3202:50ba71cbcfbb
[gaim-migrate @ 3219]
That was a bad idea--entirely my fault. We meant to remove this sooner.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sat, 04 May 2002 02:06:24 +0000 |
| parents | 3d2d57dba56b |
| children | 20769d05df16 |
line wrap: on
line diff
--- a/src/buddy.c Fri May 03 23:58:59 2002 +0000 +++ b/src/buddy.c Sat May 04 02:06:24 2002 +0000 @@ -1846,18 +1846,6 @@ gtk_container_add(GTK_CONTAINER(g->item), g->label); - style = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(g->label))); - -// style->font = gdk_font_load("-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"); - - style->fg[0].red = 104 * 255; - style->fg[0].green = 20 * 255; - style->fg[0].blue = 20* 255; - - gtk_widget_set_style(GTK_WIDGET(g->label), style); - gtk_style_unref(style); - - shows = g_slist_insert(shows, g, pos); /* Rob does drugs - this is still evil, damn you becausse I SAID SO! */
