[yelp] Build fixes
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp] Build fixes
- Date: Thu, 27 May 2010 15:06:52 +0000 (UTC)
commit b7b28c6b59b29d168002f3cdfff45c6cde920ca0
Author: Shaun McCance <shaunm gnome org>
Date: Thu May 27 10:06:42 2010 -0500
Build fixes
data/Makefile.am | 2 +-
libyelp/Makefile.am | 2 +-
libyelp/yelp-location-entry.h | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index adab862..6099e50 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -7,7 +7,7 @@ MOSTLYCLEANFILES =
@INTLTOOL_SCHEMAS_RULE@
gsettingsschema_DATA = org.gnome.yelp.gschema.xml
- GSETTINGS_CHECK_RULE@
+# GSETTINGS_CHECK_RULE broken for non-srcdir, blocks distcheck
if GSETTINGS_SCHEMAS_INSTALL
install-data-hook:
$(GLIB_COMPILE_SCHEMAS) $(DESTDIR)$(gsettingsschemadir)
diff --git a/libyelp/Makefile.am b/libyelp/Makefile.am
index df7fc23..077630e 100644
--- a/libyelp/Makefile.am
+++ b/libyelp/Makefile.am
@@ -98,7 +98,7 @@ yelp-types.h: $(libyelp_headers)
--fhead "G_BEGIN_DECLS\n\n" \
--ftail "G_END_DECLS\n\n" \
--ftail "#endif /* __LIBYELP_TYPES_H__ */\n" \
- --fprod "#include <libyelp/@filename@>\n" \
+ --fprod "#include \"@filename \"\n" \
--eprod "#define YELP_TYPE_ ENUMSHORT@ @enum_name _get_type()\n" \
--eprod "GType @enum_name _get_type (void);\n" \
$(libyelp_headers)) > $@
diff --git a/libyelp/yelp-location-entry.h b/libyelp/yelp-location-entry.h
index 37167ad..54d1fc8 100644
--- a/libyelp/yelp-location-entry.h
+++ b/libyelp/yelp-location-entry.h
@@ -63,6 +63,8 @@ struct _YelpLocationEntryClass
* @YELP_LOCATION_ENTRY_CAN_BOOKMARK: This location can be bookmarked. When a
* bookmarkable location is selected, the secondary icon of the embedded text
* entry will be a clickable bookmark icon.
+ * @YELP_LOCATION_ENTRY_IS_BOOKMARKED: This location is already bookmarked.
+ * Bookmarked locations will have an emblem in drop-down lists.
* @YELP_LOCATION_ENTRY_IS_LOADING: Page data for this location is still loading.
* The #YelpLocationEntry widget will display an indeterminate progress indicator.
* @YELP_LOCATION_ENTRY_IS_SEPARATOR: This row should be displayed as a separator.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]