# HG changeset patch # User Sean Egan # Date 1097172567 0 # Node ID e653b2c888f4ef4fbd9bf3763b3c479fdd3d6465 # Parent b40a9b094f486375d10cc2b7231f5aedcde8d7dd [gaim-migrate @ 11081] Halloween. committer: Tailor Script diff -r b40a9b094f48 -r e653b2c888f4 pixmaps/logo.png Binary file pixmaps/logo.png has changed diff -r b40a9b094f48 -r e653b2c888f4 src/gtkconv.c --- a/src/gtkconv.c Thu Oct 07 00:38:10 2004 +0000 +++ b/src/gtkconv.c Thu Oct 07 18:09:27 2004 +0000 @@ -66,8 +66,8 @@ #define AUTO_RESPONSE "<AUTO-REPLY> : " -#define SEND_COLOR "#16569E" -#define RECV_COLOR "#A82F2F" +#define SEND_COLOR "#0d005d" +#define RECV_COLOR "#fd4100" static char nick_colors[][8] = { "#ba55d3", /* Medium Orchid */ diff -r b40a9b094f48 -r e653b2c888f4 src/stock.c --- a/src/stock.c Thu Oct 07 00:38:10 2004 +0000 +++ b/src/stock.c Thu Oct 07 18:09:27 2004 +0000 @@ -141,7 +141,7 @@ context = gtk_widget_get_pango_context(widget); layout = pango_layout_new(context); - markup = g_strdup_printf("%s", VERSION); + markup = g_strdup_printf("%s", VERSION); pango_layout_set_font_description(layout, style->font_desc); pango_layout_set_markup(layout, markup, strlen(markup)); g_free(markup);