Mercurial > pidgin.yaz
changeset 16407:f62023eddfc6
Add and use MySpaceIM icon uploaded by hbons (48x48 original and resized 22x22 and 16x16 versions).
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Sat, 28 Apr 2007 21:44:47 +0000 |
parents | 8063f163f411 |
children | bb649c52fc19 |
files | libpurple/protocols/myspace/myspace.c pidgin/pixmaps/protocols/16/Makefile.am pidgin/pixmaps/protocols/16/myspace.png pidgin/pixmaps/protocols/22/Makefile.am pidgin/pixmaps/protocols/22/myspace.png pidgin/pixmaps/protocols/48/Makefile.am pidgin/pixmaps/protocols/48/myspace.png pidgin/pixmaps/status/default/Makefile.am |
diffstat | 8 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c Sat Apr 28 21:19:40 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Sat Apr 28 21:44:47 2007 +0000 @@ -123,12 +123,7 @@ * C:\cygwin\home\Jeff\purple-2.0.0beta6\gtk\pixmaps\status\default * and returning "myspace" but icon shows up blank. */ - if (acct == NULL) - { - purple_debug_info("msim", "msim_list_icon: acct == NULL!\n"); - //exit(-2); - } - return "meanwhile"; + return "myspace"; } /** * Parse a MySpaceIM protocol message into a hash table.
--- a/pidgin/pixmaps/protocols/16/Makefile.am Sat Apr 28 21:19:40 2007 +0000 +++ b/pidgin/pixmaps/protocols/16/Makefile.am Sat Apr 28 21:44:47 2007 +0000 @@ -9,6 +9,7 @@ jabber.png \ meanwhile.png \ msn.png \ + myspace.png \ qq.png \ silc.png \ simple.png \
--- a/pidgin/pixmaps/protocols/22/Makefile.am Sat Apr 28 21:19:40 2007 +0000 +++ b/pidgin/pixmaps/protocols/22/Makefile.am Sat Apr 28 21:44:47 2007 +0000 @@ -9,6 +9,7 @@ jabber.png \ meanwhile.png \ msn.png \ + myspace.png \ qq.png \ silc.png \ simple.png \