Mercurial > pidgin.yaz
view plugins/gestures/Makefile.am @ 11640:c36adfe4dc57
[gaim-migrate @ 13917]
Fix a bug where Yahoo! away messages would sometimes appear with HTML
markup. It would happen when you become idle--Yahoo! apparently needs
to resend the away message to the server when it flags you as idle.
When it does so, it reads the away message from gc->away, but it does
not properly strip the HTML.
Also, we might need to get some WYSIWYG action for the away message
edit box...
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 11 Oct 2005 04:40:28 +0000 |
parents | 2cc05a9e944d |
children |
line wrap: on
line source
plugindir = $(libdir)/gaim gestures_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) if PLUGINS plugin_LTLIBRARIES = gestures.la gestures_la_SOURCES = \ gestures.c \ gstroke.h \ gstroke-internal.h \ stroke.c \ stroke-draw.c endif AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)