From: Matthias Clasen Date: Wed, 16 Jul 2008 06:30:12 +0000 (+0000) Subject: Avoid a filename conflict X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=981f9ed840ee2280a0d6bae005b2450f8f982bac;p=dana%2Fcg-glib.git Avoid a filename conflict svn path=/trunk/; revision=7192 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 6e9239e0..b08ddcd0 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,10 @@ +2008-07-16 Matthias Clasen + + Bug 543220 – Case collision on gio-extension-points.html + + Reported by Ryan Schmidt + * gio/overview.xml: Rename id to avoid filename conflict. + 2008-07-16 Matthias Clasen Bug 543168 – Description of G_SLICE=debug-blocks discourages its use diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml index 6f0b31c6..a55c4638 100644 --- a/docs/reference/gio/overview.xml +++ b/docs/reference/gio/overview.xml @@ -215,7 +215,7 @@ - + Extending GIO diff --git a/gio/gdesktopappinfo.h b/gio/gdesktopappinfo.h index bbda74ed..10ac36a3 100644 --- a/gio/gdesktopappinfo.h +++ b/gio/gdesktopappinfo.h @@ -63,7 +63,7 @@ void g_desktop_app_info_set_desktop_env (const char *desktop_env); * G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME: * * Extension point for default handler to URI association. See - * Extending GIO. + * Extending GIO. */ #define G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME "gio-desktop-app-info-lookup" diff --git a/gio/giomodule.c b/gio/giomodule.c index fea386ec..46c23fd3 100644 --- a/gio/giomodule.c +++ b/gio/giomodule.c @@ -50,7 +50,7 @@ * SECTION:extensionpoints * @short_description: Extension Points * @include: gio.h - * @see_also: Extending GIO + * @see_also: Extending GIO * * #GIOExtensionPoint provides a mechanism for modules to extend the * functionality of the library or application that loaded it in an diff --git a/gio/gvfs.h b/gio/gvfs.h index 90e533c1..ea62703b 100644 --- a/gio/gvfs.h +++ b/gio/gvfs.h @@ -42,7 +42,7 @@ G_BEGIN_DECLS * G_VFS_EXTENSION_POINT_NAME: * * Extension point for #GVfs functionality. - * See Extending GIO. + * See Extending GIO. */ #define G_VFS_EXTENSION_POINT_NAME "gio-vfs"