Mercurial > pidgin.yaz
annotate libgaim/gconf/Makefile.am @ 15048:7ac8259f355d
[gaim-migrate @ 17831]
- change "global proxy settings" to "GNOME proxy settings," when running GNOME
- Make the docklet "click" event happen on mouse-up, rather than mouse-down (otherwise
in "pending" mode, the mouse-up event will be sent to some other app, and it will
think it's clicked.
- Make Jabber not create a new dialog in response to closing a dialog. This is part
of a larger change I'm working on to remove all authentication dialogs, and it just
happened to be in this tree when I svn ci'ed, and I don't feel like reverting it ;)
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 27 Nov 2006 22:34:46 +0000 |
parents | 1ed1f5effe19 |
children |
rev | line source |
---|---|
14520 | 1 schemadir = @GCONF_SCHEMA_FILE_DIR@ |
14653 | 2 |
3 EXTRA_DIST = gaim.schemas.in | |
14520 | 4 |
14653 | 5 schema_in_files = gaim.schemas.in |
6 schema_DATA = $(schema_in_files:.schemas.in=.schemas) | |
7 @INTLTOOL_SCHEMAS_RULE@ | |
14523
9874c8949354
[gaim-migrate @ 17244]
Richard Laager <rlaager@wiktel.com>
parents:
14520
diff
changeset
|
8 |
14520 | 9 if GCONF_SCHEMAS_INSTALL |
10 install-data-local: | |
14768 | 11 GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) |
14520 | 12 else |
13 install-data-local: | |
14 endif |