Avoid a filename conflict
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 16 Jul 2008 06:30:12 +0000 (06:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 16 Jul 2008 06:30:12 +0000 (06:30 +0000)
svn path=/trunk/; revision=7192

docs/reference/ChangeLog
docs/reference/gio/overview.xml
gio/gdesktopappinfo.h
gio/giomodule.c
gio/gvfs.h

index 6e9239e0ae63e052a21a902555c964aef8e49834..b08ddcd0392948e65b400835fd5670c2da874d49 100644 (file)
@@ -1,3 +1,10 @@
+2008-07-16  Matthias Clasen  <mclasen@redhat.com>
+
+       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  <mclasen@redhat.com>
 
        Bug 543168 – Description of G_SLICE=debug-blocks discourages its use
index 6f0b31c67364d8d321aef9817332704c5df7cabd..a55c4638e6e03a4cf94dd0932d82ebf038230a10 100644 (file)
 
   </chapter>
 
-  <chapter id="gio-extension-points">
+  <chapter id="extending-gio">
     <title>Extending GIO</title>
 
     <para>
index bbda74ed1c6ab610b07ba5b3ce1ef71fd1fe25b6..10ac36a36de58c281803a6b8e3f7b934326566ea 100644 (file)
@@ -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
- * <link linkend="gio-extension-points">Extending GIO</link>.
+ * <link linkend="extending-gio">Extending GIO</link>.
  */
 #define G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME "gio-desktop-app-info-lookup"
 
index fea386ec3127ca85dc97f11db1ce6e6557538493..46c23fd3f79104f530f46d708a0fc3760a0b0bc1 100644 (file)
@@ -50,7 +50,7 @@
  * SECTION:extensionpoints
  * @short_description: Extension Points
  * @include: gio.h
- * @see_also: <link linkend="gio-extension-points">Extending GIO</link>
+ * @see_also: <link linkend="extending-gio">Extending GIO</link>
  *
  * #GIOExtensionPoint provides a mechanism for modules to extend the
  * functionality of the library or application that loaded it in an 
index 90e533c1e1cd865f6bc735ce288d9e7387701ca3..ea62703b65ae93c601a8309ba172b0308cf89ce5 100644 (file)
@@ -42,7 +42,7 @@ G_BEGIN_DECLS
  * G_VFS_EXTENSION_POINT_NAME:
  *
  * Extension point for #GVfs functionality. 
- * See <link linkend="gio-extension-points">Extending GIO</link>.
+ * See <link linkend="extending-gio">Extending GIO</link>.
  */
 #define G_VFS_EXTENSION_POINT_NAME "gio-vfs"