Mercurial > pidgin.yaz
diff pidgin/plugins/ticker/ticker.c @ 15508:94031a2b0aaa
gtkblist changes to pidgin
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sat, 03 Feb 2007 08:52:00 +0000 |
| parents | d75099d2567e |
| children | 535f002e7b0f |
line wrap: on
line diff
--- a/pidgin/plugins/ticker/ticker.c Sat Feb 03 08:45:32 2007 +0000 +++ b/pidgin/plugins/ticker/ticker.c Sat Feb 03 08:52:00 2007 +0000 @@ -117,7 +117,7 @@ td->icon = gtk_image_new(); pixbuf = pidgin_blist_get_status_icon((GaimBlistNode*)c, - GAIM_STATUS_ICON_SMALL); + PIDGIN_STATUS_ICON_SMALL); gtk_image_set_from_pixbuf(GTK_IMAGE(td->icon), pixbuf); g_object_unref(G_OBJECT(pixbuf)); }
