Mercurial > pidgin
view plugins/docklet/Makefile.am @ 6727:34f87e4078fc
[gaim-migrate @ 7254]
Daniel Westermann-Clark (potpieman) noticed that:
" In 0.67, removing an away message does not prompt a
save of status.xml. This means that, unless a user
adds a different away message, away messages appear to
come back. This patch calls gaim_status_sync to
correctly save the away messages on removal."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 03 Sep 2003 11:30:32 +0000 |
parents | 8f94cce8faa5 |
children | 2cc05a9e944d |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw \ docklet-win32.c plugindir = $(libdir)/gaim docklet_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = docklet.la docklet_la_SOURCES = \ eggtrayicon.h \ eggtrayicon.c \ docklet.h \ docklet.c \ docklet-x11.c endif AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)