Mercurial > pidgin.yaz
annotate pidgin/pixmaps/status/16/Makefile.am @ 20425:5048651671e1
Revert a bunch of whitespace changes so reviewing a diff against
im.pidgin.pidgin doesn't make my eyes bleed quite as much
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 26 May 2007 13:59:07 +0000 |
parents | c0c5f07027ff |
children | 6cfaee88c72b |
rev | line source |
---|---|
15721
759f4c6262c6
make rtl icons work: http://gaim.sf.net/sean/rtl.png
Sean Egan <seanegan@gmail.com>
parents:
15699
diff
changeset
|
1 SUBDIRS = rtl scalable |
15397 | 2 |
3 EXTRA_DIST = available.png \ | |
4 away.png \ | |
5 busy.png \ | |
6 chat.png \ | |
7 extended-away.png \ | |
16235 | 8 invisible.png \ |
15397 | 9 log-in.png \ |
10 log-out.png \ | |
15497
74efe677c8a5
Restore 'hidden convo' status icon in blist. Additionally, make the name text bold when you have a hidden convo
Sean Egan <seanegan@gmail.com>
parents:
15493
diff
changeset
|
11 message-pending.png \ |
15397 | 12 offline.png \ |
15699 | 13 person.png |
15397 | 14 |
15 pidginstatuspixdir = $(datadir)/pixmaps/pidgin/status/16 | |
16 | |
17 pidginstatuspix_DATA = $(EXTRA_DIST) | |
18 |