view pidgin/pixmaps/tray/48/Makefile.am @ 18217:e3a4ed0febd2

fix double clicking joined chat by asking the prpl what the real name of the chat is
author Ka-Hing Cheung <khc@hxbc.us>
date Thu, 21 Jun 2007 05:58:23 +0000
parents 662710d7ecf0
children
line wrap: on
line source

TRAY_ICONS =	tray-away.png \
		tray-busy.png \
		tray-connecting.png \
		tray-extended-away.png \
		tray-invisible.png \
		tray-new-im.png \
		tray-offline.png \
		tray-online.png

EXTRA_DIST =	$(TRAY_ICONS)

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