Mercurial > pidgin
diff src/buddy.c @ 4987:1f92610b0772
[gaim-migrate @ 5322]
I transparencized the napster icon, made the Gadu-Gadu icon
show up in the login progress bar, and took out a bit o'
code that looked like it was left over from something else.
Thanks to Bill Gjestvang, who sent in a Gadu-Gadu and a Napster
icon. We ended up not using them because we already had ones
that worked, but the effort is appreciated.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 03 Apr 2003 22:26:02 +0000 |
| parents | 088566495617 |
| children | abe9720a0615 |
line wrap: on
line diff
--- a/src/buddy.c Thu Apr 03 20:30:47 2003 +0000 +++ b/src/buddy.c Thu Apr 03 22:26:02 2003 +0000 @@ -1782,7 +1782,7 @@ status = gdk_pixbuf_new_from_file(filename,NULL); g_free(filename); } else if (!strcmp(protoname, "gadu-gadu")) { - filename = g_build_filename(DATADIR, "pixmaps", "gaim", "status", "default", "gadugadu.png", NULL); + filename = g_build_filename(DATADIR, "pixmaps", "gaim", "status", "default", "gadu-gadu.png", NULL); status = gdk_pixbuf_new_from_file(filename,NULL); g_free(filename); } else if (!strcmp(protoname, "napster")) {
