grim/guifications2

Fix a crash when purple_notify_emails(count = 0) is called
org.guifications.gf2
2009-05-10, Paul Aurich
822acffedf8d
Fix a crash when purple_notify_emails(count = 0) is called

#4 gf_event_emails (gc=0x307d110, count=0, detailed=0, subject=0x0, from=0x0,
to=0x0, url=0x0) at gf_event.c:625
#5 0x00007ff8db9c9373 in purple_notify_emails (handle=0x307d110, count=0,
detailed=0, subjects=0x0, froms=0x0, tos=0x0, urls=0x0, cb=0,
user_data=0x0) at notify.c:158
EXTRA_DIST = \
AUTHORS \
ChangeLog \
COPYING \
gf_config.h.mingw \
pidgin-guifications.spec \
guifications-installer.nsi \
INSTALL \
INSTALL.WIN32 \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
Makefile.mingw \
NEWS \
README \
VERSION \
VERSION.in \
po/AUTHORS \
po/ChangeLog \
po/Makefile.mingw
DISTCLEANFILES = \
gf_config.h \
intltool-extract \
intltool-update \
intltool-merge
if INSTALL_I18N
PO_DIR=po
endif
SUBDIRS = doc nsis pixmaps $(PO_DIR) src themes
BUILT_SOURCES = gf_config.h
$(OBJECTS): $(BUILT_SOURCES)
signatures: dist
echo $(DIST_ARCHIVES) | xargs -n 1 gpg -a -b
gf_config.h: pre_config.h
cp -f po/Makefile po/.tmp-Makefile
sed -e "s#localedir = .*#localedir = $(PIDGIN_DATADIR)/locale#g" < po/.tmp-Makefile > po/Makefile
rm -f po/.tmp-Makefile
$(sedpath) 's/\#define PACKAGE/\#define GF_PACKAGE/g' pre_config.h > $@