Mercurial > pidgin.yaz
view pidgin/pixmaps/Makefile.am @ 18881:3ec39ff6b407
Use the new dictionary data type when:
- requesting IM info about ourself upon logon
- adding buddies
- looking up users.
Change msim_postprocess_outgoing() to not just allow postprocessing strings,
but all data types (including lists and infinitely nested dictionaries) by
first packing the element to its serialized wire representation, and then
performing the replacement.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Tue, 07 Aug 2007 02:51:34 +0000 |
parents | d6ccf170148e |
children | 0622a7f08dde |
line wrap: on
line source
SUBDIRS = animations buddy_icons dialogs emblems emotes icons protocols status toolbar tray EXTRA_DIST = \ edit.png \ logo.png \ pause.png \ arrow-down.xpm \ arrow-up.xpm \ arrow-right.xpm \ arrow-left.xpm \ Makefile.mingw \ pidgin.ico pidginbuttonpixdir = $(datadir)/pixmaps/pidgin/buttons pidginbuttonpix_DATA = edit.png pause.png pidgindistpixdir = $(datadir)/pixmaps/pidgin pidgindistpix_DATA = logo.png arrow-down.xpm arrow-left.xpm arrow-right.xpm arrow-up.xpm