Mercurial > pidgin
diff src/gtkimhtmltoolbar.c @ 9971:ab5db2c5da79
[gaim-migrate @ 10882]
Remove the default prpl, patch from datallah
Patch from nosnilmot that might make recent buddies work
Someone check my get_proto_smileys function. I feel like it could be better
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 08 Sep 2004 02:33:53 +0000 |
| parents | 0e3a84f18467 |
| children | 8e6329b8dcc1 |
line wrap: on
line diff
--- a/src/gtkimhtmltoolbar.c Wed Sep 08 02:15:18 2004 +0000 +++ b/src/gtkimhtmltoolbar.c Wed Sep 08 02:33:53 2004 +0000 @@ -621,7 +621,7 @@ if (toolbar->sml) smileys = get_proto_smileys(toolbar->sml); else - smileys = get_proto_smileys(GAIM_PROTO_DEFAULT); + smileys = get_proto_smileys(NULL); while(smileys) { GtkIMHtmlSmiley *smiley = smileys->data;
