Mercurial > pidgin.yaz
annotate libgaim/gconf/Makefile.am @ 14685:972ff6ca923f
[gaim-migrate @ 17437]
Fix Coverity CIDs 141 & 142 - the return value of
gtk_tree_selection_get_selected() should be checked to ensure something
is selected.
I also sensitized/desensitized the buttons as appropriate, which probably
renders the return checking redundant, but I'm playing safe.
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 07 Oct 2006 17:01:58 +0000 |
parents | 7663e117c894 |
children | 1ed1f5effe19 |
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: | |
11 GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) | |
12 else | |
13 install-data-local: | |
14 endif |