Mercurial > pidgin
diff src/server.c @ 9166:1e51236d825e
[gaim-migrate @ 9951]
This removes some stuff for im image that isn't used anymore.
Basicly one of the things I did when i brought it back, was to make it so
the host widget doesn't have to do any special handling for its imhtml to
support <img id="###"> tags. And while this goal was achieved in 0.78,
there's still code all over the place that checks flags that aren't used
and iterates over lists that will always be empty. This doesn't remove all
of it, but removes some of it anyway.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Wed, 02 Jun 2004 05:08:49 +0000 |
| parents | 6038664a67fe |
| children | f18eb3f22733 |
line wrap: on
line diff
--- a/src/server.c Wed Jun 02 04:50:31 2004 +0000 +++ b/src/server.c Wed Jun 02 05:08:49 2004 +0000 @@ -864,14 +864,10 @@ * it's nice to pass whether or not it was an auto-response. So if it * was an auto-response, we set the appropriate flag. This is just so * prpls don't have to know about GAIM_MESSAGE_* (though some do anyway). - * We also need to preserve the flag that tells the UI to look for the - * associated images. */ msgflags = GAIM_MESSAGE_RECV; if (imflags & GAIM_CONV_IM_AUTO_RESP) msgflags |= GAIM_MESSAGE_AUTO_RESP; - if (imflags & GAIM_CONV_IM_IMAGES) - msgflags |= GAIM_MESSAGE_IMAGES; /* * Alright. Two cases for how to handle this. Either we're away or
