view pixmaps/Makefile.am @ 221:b2f9f629525e

[gaim-migrate @ 231] Added on the beginnings of file sending. Win clients can now figure out which file you're *trying* to send them, but can't get it. The AIM method of Get File is really fscked up, IMHO. I don't know if any of you are familiar with it, but I'll describe it. Some user decides they want to download a file from another user, so they choose Get File. It then returns a list of files available from that person, and they can choose which ones they want to download. The other person can't decide on a user-by-user basis which files are listed, only if any files are listed at all (not allowing people to download them). The way I'm going to implement it is when someone gets a message that another person is trying to download a file from them, it asks them which file they want to make available. You can only do one file at a time this way, but that's tough if you want to be downloading more than one file. Use gnutella or FTP or something that's better designed for it than AIM. But the way the win AIM clients are now, it acts as a public ftp server, and I think it shouldn't. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 07 May 2000 01:50:06 +0000
parents 7590dcc3baac
children d618dc6c7d21
line wrap: on
line source

EXTRA_DIST = admin_icon.xpm aimicon.xpm \
	aimicon2.xpm aol_icon.xpm big.xpm \
	bold.xpm dt_icon.xpm free_icon.xpm \
	italic.xpm login_icon.xpm logo.xpm \
	logout_icon.xpm no_icon.xpm normal.xpm \
	link.xpm small.xpm speaker.xpm im.xpm \
        buddychat.xpm info.xpm buddyadd.xpm \
        buddydel.xpm permadd.xpm permdel.xpm \
        wood.xpm palette.xpm offline.xpm \
        online.xpm signing_on.xpm msg_pending.xpm \
        away.xpm away_icon.xpm underline.xpm \
        peng_smile.xpm peng_frown.xpm peng_wink.xpm \
	strike.xpm gnome/devil-connect.png gnome/devil-offline.png \
	gnome/devil-online.png gnome/penguin-connect.png \
	gnome/penguin-offline.png gnome/penguin-online.png \
	daemon-buddyadd.xpm daemon-buddychat.xpm daemon-buddydel.xpm \
	daemon-im.xpm daemon-info.xpm daemon-permadd.xpm \
	daemon-permdel.xpm daemon.xpm
	
if GNOMEAPPLET
gnomesysconf = `@GNOME_CONFIG@ --sysconfdir`
gnomedata    = `@GNOME_CONFIG@ --datadir`
gaimpixmapdir = $(gnomedata)/pixmaps/gaim
gaimpixmap_DATA = aimicon.xpm
gaimgnomedir = $(gnomedata)/pixmaps/gaim/gnome
gaimgnome_DATA = 
gaimgnomepixmapsdir = $(gnomedata)/pixmaps/gaim
gaimgnomepixmaps_DATA = gnome/penguin-online.png gnome/penguin-offline.png \
	gnome/penguin-connect.png gnome/devil-offline.png \
	gnome/devil-connect.png gnome/devil-online.png
endif