view pidgin/pixmaps/tray/22/Makefile.am @ 15718:1f7106b999d5

Use ~/.face (or ~/.face.icon) as the default avatar. GDM and KDM both use these. Daniel should make it use the default Windows icon too. Evan can probably do OS X if he wants.
author Sean Egan <seanegan@gmail.com>
date Mon, 26 Feb 2007 00:30:23 +0000
parents 2a673784fa56
children 8ff08944abe6
line wrap: on
line source

TRAY_ICONS =	tray-away.png \
		tray-busy.png \
		tray-connecting.png \
		tray-extended-away.png \
		tray-message.png \
		tray-offline.png \
		tray-online.png

EXTRA_DIST = 	tray-away.ico \
		tray-busy.ico \
		tray-connecting.ico \
		tray-extended-away.ico \
		tray-message.ico \
		tray-offline.ico \
		tray-online.ico 

pidgintraypixdir = $(datadir)/pixmaps/pidgin/tray/22
pidgintraypix_DATA = $(TRAY_ICONS)