Mercurial > pidgin
view pixmaps/status/Makefile.mingw @ 11734:2f6b4c544d5b
[gaim-migrate @ 14025]
Is there a reason these were done using a g_timeout? It was causing a
crash for me. To reproduce:
1. Sign on an IRC account on freenode with a nick that is registered
with nickserv
2. You are sent messages from 2 people: nickserv and I think memoserv
3. Without looking at the second tab, close the conversation window
From the bt, it looked like the window would get closed, then a g_timeout
would be called and passed a pointer to the now non-existant
GaimGtkWindow
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 23 Oct 2005 02:41:51 +0000 |
parents | eb6feb00e6f3 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # INSTALL_DIR = ../../win32-install-dir/pixmaps/gaim/status include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;