Mercurial > pidgin
view plugins/gevolution/Makefile.am @ 13568:6034444bbcf5
[gaim-migrate @ 15947]
Rest of SF Patch #1453583 from Sadrul
Sadrul's description of this patch:
This tweaks a few things in the log viewer:
- clear the imhtml when you press 'Find'
- select the first entry (if any) in the treeview
after search, or after clearing search
- make autoselect the first entry in the treeview
work for GTK < 2.2
- "activate" on buttons shouldn't be used.
('Applications should never connect to this signal, but
use the "clicked" signal')
- uses glist functions instead of doing things manually
- fixes a small memleak when there's no log
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 26 Mar 2006 07:41:06 +0000 |
| parents | 2cc05a9e944d |
| children |
line wrap: on
line source
plugindir = $(libdir)/gaim gevolution_la_LDFLAGS = \ -module -avoid-version \ $(EVOLUTION_ADDRESSBOOK_LIBS) \ $(GTK_LIBS) if PLUGINS plugin_LTLIBRARIES = gevolution.la gevolution_la_SOURCES = \ add_buddy_dialog.c \ assoc-buddy.c \ gevolution.c \ gevolution.h \ gevo-util.c \ new_person_dialog.c \ eds-utils.c endif gevolution_la_LIBADD = AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/src \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)
