view pixmaps/Makefile.am @ 133:e277d5f0c1dd

[gaim-migrate @ 143] Let's see if I can remember everything I did: - Fixed a bug I let slip. If you choose the new option to not play login sounds when you log in, and then quit before the timeout is up, it would save that you didn't want login sounds at all. - Added two new plugin events: event_away and event_buddy_away. - Made GtkWidget *imaway in away.c and void play(uchar *, int) in sound.c not static any more (though not referenced in gaim.h). This is so plugins can use those (and not have to worry about writing their own sound code). - Wrote a quick plugin to auto-iconify windows when you go away. I had just been locally patching my own copy, since I figured it wasn't worth including as an option. It also demonstrates some of the issues of deciding between USE_APPLET and not. Perhaps plugins are the way to go with some things that would otherwise have been options (for example, the Lag-O-Meter is one of those things that could possibly have been a plugin instead of hard-coded in). I think that's everything. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 19 Apr 2000 02:04:30 +0000
parents 05077cb276d4
children 7590dcc3baac
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
	
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