comparison src/conversation.c @ 2202:6b68fbbac337

[gaim-migrate @ 2212] i've heard from a lot of people that it's 50x50 committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 31 Aug 2001 02:52:03 +0000
parents d615f7e2d8c4
children 3a6fd1e8f00a
comparison
equal deleted inserted replaced
2201:bc53b057732f 2202:6b68fbbac337
2475 } 2475 }
2476 2476
2477 #if USE_PIXBUF 2477 #if USE_PIXBUF
2478 #include <gdk-pixbuf/gdk-pixbuf.h> 2478 #include <gdk-pixbuf/gdk-pixbuf.h>
2479 #include <gdk-pixbuf/gdk-pixbuf-loader.h> 2479 #include <gdk-pixbuf/gdk-pixbuf-loader.h>
2480 #define SCALE 48 2480 #define SCALE 50
2481 2481
2482 static gboolean redraw_icon(gpointer data) 2482 static gboolean redraw_icon(gpointer data)
2483 { 2483 {
2484 struct conversation *c = data; 2484 struct conversation *c = data;
2485 2485