Mercurial > pidgin
annotate pixmaps/Makefile.am @ 6105:786adff640e1
[gaim-migrate @ 6566]
This mostly fixes Cae non-fatal bug 11. The password is now correctly
updated in the accounts.xml file. However, the asterisked password set
in the login window is not changed, so if you try to re-login with the
login window without exiting Gaim then it will use your old password,
and something triggers a write of accounts.xml, so the old password gets
written to accounts.xml.
I would think the snazziest way around this is for the accounts API
to allow stuff to attach signals to say, a password change for any
account. ...but I won't be the one to do that.
"Under the ruins of a waaalled city..."
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 13 Jul 2003 08:20:42 +0000 |
parents | 5cd7a10c6ade |
children | 821bdd38db23 |
rev | line source |
---|---|
4687 | 1 SUBDIRS = protocols smileys status |
5024 | 2 |
3 EXTRA_DIST = \ | |
4 about_menu.png \ | |
5 accounts.png \ | |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
6 away.png \ |
5024 | 7 change-bgcolor-small.png \ |
8 change-fgcolor-small.png \ | |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
9 connect.png \ |
3363 | 10 edit.png \ |
3372 | 11 gaim.png \ |
4483 | 12 gaim_auth.png \ |
3766 | 13 gaim_cool.png \ |
3427 | 14 gaim_error.png \ |
15 gaim_info.png \ | |
16 gaim_question.png \ | |
17 gaim_warning.png \ | |
5024 | 18 insert-image-small.png \ |
19 insert-link-small.png \ | |
20 insert-smiley-small.png \ | |
21 logo.png \ | |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
22 msgpend.png \ |
3546 | 23 msgunread.png \ |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
24 offline.png \ |
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
25 online.png \ |
6009
5cd7a10c6ade
[gaim-migrate @ 6457]
Christian Hammond <chipx86@chipx86.com>
parents:
5822
diff
changeset
|
26 pause.png \ |
5822 | 27 send-im.png \ |
5024 | 28 tb_drag_arrow_down.xpm \ |
29 tb_drag_arrow_left.xpm \ | |
30 tb_drag_arrow_right.xpm \ | |
31 tb_drag_arrow_up.xpm \ | |
3671 | 32 text_bigger.png \ |
5024 | 33 text_normal.png \ |
3671 | 34 text_smaller.png \ |
5024 | 35 typed.png \ |
36 typing.png | |
327 | 37 |
3363 | 38 gaimbuttonpixdir = $(datadir)/pixmaps/gaim/buttons |
6009
5cd7a10c6ade
[gaim-migrate @ 6457]
Christian Hammond <chipx86@chipx86.com>
parents:
5822
diff
changeset
|
39 gaimbuttonpix_DATA = about_menu.png accounts.png change-bgcolor-small.png change-fgcolor-small.png edit.png insert-image-small.png insert-link-small.png insert-smiley-small.png pause.png text_bigger.png text_normal.png text_smaller.png send-im.png |
3363 | 40 |
3427 | 41 gaimdialogpixdir = $(datadir)/pixmaps/gaim/dialogs |
4483 | 42 gaimdialogpix_DATA = gaim_error.png gaim_info.png gaim_question.png gaim_warning.png gaim_cool.png gaim_auth.png |
3427 | 43 |
5024 | 44 gaimiconpixdir = $(datadir)/pixmaps/gaim/icons |
45 gaimiconpix_DATA = away.png connect.png msgpend.png offline.png online.png msgunread.png | |
3671 | 46 |
3425 | 47 gaimdistpixdir = $(datadir)/pixmaps/gaim |
5024 | 48 gaimdistpix_DATA = logo.png tb_drag_arrow_down.xpm tb_drag_arrow_left.xpm tb_drag_arrow_right.xpm tb_drag_arrow_up.xpm typed.png typing.png |
3363 | 49 |
3425 | 50 distpixmapdir = $(datadir)/pixmaps |
51 distpixmap_DATA = gaim.png | |
3363 | 52 |