view pixmaps/Makefile.am @ 305:77404a4692b1

[gaim-migrate @ 315] 12:10:45 EWarmenhoven: ok, the new method for chosing a font: it tries the requested font at the requested size. if it can't do that, it tries the requested font at any size. if it can't do that, it tries courier at any size, then helvetica at any size. if it can't do *that*, it tries the person's default outgoing font, if they have one. if it can't do that, it tries courier, helvetica, then times, all in their most boring form (no bold, italics, etc) at any size. if it *still* can't do that, then there's just no hope, and it segfaults. but at least there's a few more layers of protection and probability that you're going to get *something* right 12:11:43 EWarmenhoven: i don't even know that it'll segfault, but i'm pretty sure it will, since by the time you get down there, it returns NULL :-P committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 01 Jun 2000 19:13:00 +0000
parents d618dc6c7d21
children 5dbb426d61c2
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 fontface.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