src/gtkblist.c

changeset 12649
9759baf989ab
parent 12601
be19ef28e2ce
child 12656
77de7b9c23bf
equal deleted inserted replaced
12648:beab2791ff42 12649:9759baf989ab
2143 td->avatar_width = gdk_pixbuf_get_width(td->avatar); 2143 td->avatar_width = gdk_pixbuf_get_width(td->avatar);
2144 td->width += td->avatar_width + 8; 2144 td->width += td->avatar_width + 8;
2145 td->height = MAX(td->height, gdk_pixbuf_get_height(td->avatar) + 8); 2145 td->height = MAX(td->height, gdk_pixbuf_get_height(td->avatar) + 8);
2146 } 2146 }
2147 2147
2148 g_free(tooltip_text);
2148 return td; 2149 return td;
2149 } 2150 }
2150 2151
2151 static void gaim_gtk_blist_paint_tip(GtkWidget *widget, GdkEventExpose *event, GaimBlistNode *node) 2152 static void gaim_gtk_blist_paint_tip(GtkWidget *widget, GdkEventExpose *event, GaimBlistNode *node)
2152 { 2153 {

mercurial