Mercurial > pidgin.yaz
annotate pidgin/pixmaps/animations/16/Makefile.am @ 15701:4a331e8d01df
Fix win32 docklet. This is pretty ugly - we'll force GTK+ 2.10 at some point and use GtkStatusIcon to avoid converting the stock images to HICONs directly.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 25 Feb 2007 18:41:53 +0000 |
parents | 9195abe409de |
children | 580c6c5d9480 |
rev | line source |
---|---|
15455
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
1 EXTRA_DIST = connect0.png \ |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
2 connect1.png \ |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
3 connect2.png \ |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
4 connect3.png \ |
15675
9195abe409de
throbber for a connecting icon
Sean Egan <seanegan@gmail.com>
parents:
15669
diff
changeset
|
5 connect4.png \ |
9195abe409de
throbber for a connecting icon
Sean Egan <seanegan@gmail.com>
parents:
15669
diff
changeset
|
6 connect5.png \ |
9195abe409de
throbber for a connecting icon
Sean Egan <seanegan@gmail.com>
parents:
15669
diff
changeset
|
7 connect6.png \ |
9195abe409de
throbber for a connecting icon
Sean Egan <seanegan@gmail.com>
parents:
15669
diff
changeset
|
8 connect7.png \ |
15701
4a331e8d01df
Fix win32 docklet. This is pretty ugly - we'll force GTK+ 2.10 at some point and use GtkStatusIcon to avoid converting the stock images to HICONs directly.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
15675
diff
changeset
|
9 connect8.png \ |
15455
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
10 typing0.png \ |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
11 typing1.png \ |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
12 typing2.png \ |
15669 | 13 typing3.png \ |
14 typing4.png | |
15455
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
15 |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
16 pidginanimpixdir = $(datadir)/pixmaps/pidgin/animations/16 |
3b45081f6183
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
17 pidginanimpix_DATA = $(EXTRA_DIST) |