view pixmaps/Makefile.am @ 4597:1969709eee1e

[gaim-migrate @ 4882] You know how when you get info with TOC it only works 25% of the time? This fixes that! I wrote the patch, but George Vulov was the one who realized what was going on. Here's his post from the forums: I was looking at the gaim TOC source and I noticed that when gaim receives a GOTO_URL command, it appends the given url to "http://toc.oscar.aol.com";. However, toc.oscar.aol.com resolves to different servers at different times, so when one is logged on using TOC for over 10 mins and requests someone's info, "<H1>The requested URL 901450_722937 was not found on this server</H1>" comes up. gaim should request the info from the specific toc server it is connected to, instead of using toc.oscar.aol.com So basically... we lookup the IP address of our connection socket and keep that in TOC's protocol data. Then, when we get someone's info, open http://64.12.163.214:port/bleh instead of http://toc.oscar.aol.com:port/bleh Thanks George, you da man. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 21 Feb 2003 05:53:40 +0000
parents 109948475ecc
children 283fb289c510
line wrap: on
line source

SUBDIRS = protocols smileys
EXTRA_DIST =	about_menu.png \
		accounts.png \
		accounts-menu.png \
		add.xpm				\
		arrow_down.xpm			\
		arrow_right.xpm			\
		away.png			\
		away_big.xpm			\
		block.xpm			\
		broken.xpm			\
		cancel.xpm			\
		change-bgcolor-small.png \
		change-fgcolor-small.png \
		close.xpm			\
		connect.png			\
		edit.png			\
		fontface2.xpm			\
		gaim.png			\
		gaim_auth.png			\
		gaim_cool.png			\
		gaim_error.png			\
		gaim_info.png			\
		gaim_question.png		\
		gaim_warning.png		\
		gnome_add.xpm			\
		gnome_preferences.xpm		\
		gnome_remove.xpm 		\
		group.xpm			\
		import-menu.png \
		insert-image-small.png \
		insert-link-small.png \
		insert-smiley-small.png \
		join.xpm			\
		login_icon.xpm			\
		logo.png		\
		logo.xpm			\
		logout_icon.xpm			\
		msgpend.png			\
		msgunread.png			\
		no_icon.xpm			\
		offline.png			\
		ok.xpm				\
		online.png			\
		panic.xpm			\
		preferences.png	\
		refresh.xpm			\
		save.xpm			\
		signon.png \
		status-away.xpm			\
		status-game.xpm			\
		status-here.xpm			\
		status-idle.xpm			\
		tb_drag_arrow_down.xpm  \
		tb_drag_arrow_left.xpm  \
		tb_drag_arrow_right.xpm \
		tb_drag_arrow_up.xpm    \
		tb_forward.xpm			\
		tb_redo.xpm			\
		tb_refresh.xpm			\
		tb_search.xpm	\
		tb_undo.xpm			\
		text_bigger.png			\
		text_normal.png	\
		text_smaller.png		\
		tmp_send.xpm			\
		warn.xpm			


gaimbuttonpixdir = $(datadir)/pixmaps/gaim/buttons
gaimbuttonpix_DATA = edit.png accounts.png change-bgcolor-small.png change-fgcolor-small.png signon.png preferences.png insert-image-small.png text_bigger.png text_smaller.png insert-link-small.png insert-smiley-small.png text_normal.png

gaimdialogpixdir = $(datadir)/pixmaps/gaim/dialogs
gaimdialogpix_DATA = gaim_error.png gaim_info.png gaim_question.png gaim_warning.png gaim_cool.png gaim_auth.png

gaimmenupixdir = $(datadir)/pixmaps/gaim/menus
gaimmenupix_DATA = insert-image-small.png about_menu.png import-menu.png accounts-menu.png insert-link-small.png

gaimdistpixdir = $(datadir)/pixmaps/gaim
gaimdistpix_DATA = away.png connect.png msgpend.png offline.png online.png msgunread.png logo.png tb_drag_arrow_down.xpm tb_drag_arrow_left.xpm tb_drag_arrow_right.xpm tb_drag_arrow_up.xpm

distpixmapdir = $(datadir)/pixmaps
distpixmap_DATA = gaim.png