Mercurial > pidgin.yaz
annotate pidgin/pixmaps/status/16/Makefile.am @ 19184:6902517cdfe6
Fix a couple of memory leaks.
Set a title for the file selection dialog.
Make the 'Test' button work without having to save first.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 11 Aug 2007 13:34:33 +0000 |
parents | 6cfaee88c72b |
children | 9347a942b7cd |
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 \ | |
11 offline.png \ | |
15699 | 12 person.png |
15397 | 13 |
14 pidginstatuspixdir = $(datadir)/pixmaps/pidgin/status/16 | |
15 | |
16 pidginstatuspix_DATA = $(EXTRA_DIST) | |
17 |