Mercurial > pidgin
annotate plugins/mono/loader/Makefile.am @ 13505:7a6763bbf82b
[gaim-migrate @ 15881]
On Mon, 2006-03-13 at 15:10 -0500, Adil wrote:
> Would it be `better' to not print an error message for the event
> (because it is possible to have a chat-window for a disconnected
> account), and popup a menu with disabled entries instead?
This commit implements that. I've also removed some code duplication by having create_chat_menu() look up the prpl_info from the gc.
Also, I think we should grey out the Send File menu item when a particular user doesn't have the ability to receive files, rather than not show it. It's more consistent with what we do elsewhere. I've made that change as well.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 14 Mar 2006 06:15:31 +0000 |
| parents | 67fbd2ff4c4e |
| children |
| rev | line source |
|---|---|
| 11660 | 1 plugindir = $(libdir)/gaim |
| 2 | |
| 3 plugin_LTLIBRARIES = mono.la | |
| 4 | |
| 5 mono_la_SOURCES = \ | |
| 6 mono.c \ | |
| 11882 | 7 mono-glue.h \ |
| 11660 | 8 mono-helper.c \ |
| 11882 | 9 mono-helper.h \ |
| 11660 | 10 debug-glue.c \ |
| 11 signal-glue.c \ | |
|
11980
67fbd2ff4c4e
[gaim-migrate @ 14273]
Gary Kramlich <grim@reaperworld.com>
parents:
11882
diff
changeset
|
12 blist-glue.c \ |
|
67fbd2ff4c4e
[gaim-migrate @ 14273]
Gary Kramlich <grim@reaperworld.com>
parents:
11882
diff
changeset
|
13 status-glue.c |
| 11660 | 14 |
| 15 mono_la_LDFLAGS = -module -avoid-version | |
| 16 | |
| 17 mono_la_LIBADD = $(MONO_LIBS) | |
| 18 | |
| 19 AM_CPPFLAGS = \ | |
| 20 -DVERSION=\"$(VERSION)\" \ | |
| 21 -I$(top_srcdir) \ | |
| 22 -I$(top_srcdir)/src \ | |
| 23 $(DEBUG_CFLAGS) \ | |
| 24 $(PLUGIN_CFLAGS) \ | |
| 25 $(MONO_CFLAGS) |
