Mercurial > pidgin
annotate plugins/docklet/Makefile.am @ 12468:6faefbebcd24
[gaim-migrate @ 14778]
SF Patch #1372898 from charkins
"This patch updates the unseen conversation api in
gtkconv to ensure consistancy and avoid code
duplication. The ...first_unseen() function is renamed
and expanded to return a list of conversations that
match the specified criteria. A max_count parameter is
used to allow this to short circuit early (using 1
gives old behavior). An additional flag was added to
allow this function to only consider hidden
conversations (used by the buddy list). The blist is
currently inconsistant in which conversations it loops
over for showing the menu tray icon, creating the
tooltip and the unseen menu. This patch fixes that.
The ...find_unseen_list() now handles contact-aware
conversations correctly as well (based on sadrul's
patches in #1362579 which are obsoleted by this patch).
I also included the fix from #1362579 which increments
unseen_count only when state>=UNSEEN_TEXT."
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 12 Dec 2005 18:59:29 +0000 |
| parents | cae2fb7e8594 |
| children | 42e6c5e038d8 |
| rev | line source |
|---|---|
|
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6077
diff
changeset
|
1 EXTRA_DIST = \ |
|
11709
cae2fb7e8594
[gaim-migrate @ 14000]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10889
diff
changeset
|
2 Makefile.mingw \ |
|
cae2fb7e8594
[gaim-migrate @ 14000]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10889
diff
changeset
|
3 docklet-win32.c \ |
|
cae2fb7e8594
[gaim-migrate @ 14000]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10889
diff
changeset
|
4 MinimizeToTray.c \ |
|
cae2fb7e8594
[gaim-migrate @ 14000]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10889
diff
changeset
|
5 MinimizeToTray.h |
|
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6077
diff
changeset
|
6 |
| 3510 | 7 plugindir = $(libdir)/gaim |
| 8 | |
| 10889 | 9 docklet_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
| 3510 | 10 |
| 11 if PLUGINS | |
| 12 | |
| 13 plugin_LTLIBRARIES = docklet.la | |
| 14 | |
| 15 docklet_la_SOURCES = \ | |
|
6208
3e3ee3cba192
[gaim-migrate @ 6694]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6198
diff
changeset
|
16 eggtrayicon.h \ |
|
3e3ee3cba192
[gaim-migrate @ 6694]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6198
diff
changeset
|
17 eggtrayicon.c \ |
|
6077
b2c8e08508af
[gaim-migrate @ 6536]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4202
diff
changeset
|
18 docklet.h \ |
| 3510 | 19 docklet.c \ |
|
6208
3e3ee3cba192
[gaim-migrate @ 6694]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6198
diff
changeset
|
20 docklet-x11.c |
| 3510 | 21 |
| 22 endif | |
| 23 | |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6219
diff
changeset
|
24 AM_CPPFLAGS = \ |
|
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6219
diff
changeset
|
25 -DDATADIR=\"$(datadir)\" \ |
| 3510 | 26 -DVERSION=\"$(VERSION)\" \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6219
diff
changeset
|
27 -I$(top_srcdir)/src \ |
|
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6219
diff
changeset
|
28 $(DEBUG_CFLAGS) \ |
|
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6219
diff
changeset
|
29 $(GTK_CFLAGS) |
