summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2007-10-02 14:58:53 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2007-10-02 14:58:53 +0000
commit4d4afc8057623293968c3c5097bd5cee008268a0 (patch)
treefd2bc03face53612580d91e58d2884f7b4dbd738
parentc1a84df13288fe3793bf2b9686b703619fbd608d (diff)
downloadgconf-4d4afc8057623293968c3c5097bd5cee008268a0.tar.gz
Note that the dir passed to gconf_client_add_dir() must not end with a
2007-10-02 Kjartan Maraas <kmaraas@gnome.org> * doc/gconf/tmpl/gconf-client.sgml: Note that the dir passed to gconf_client_add_dir() must not end with a slash. (Stefan Kost) Closes bug #301298. svn path=/trunk/; revision=2478
-rw-r--r--ChangeLog6
-rw-r--r--doc/gconf/tmpl/gconf-client.sgml3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 425fc2a7..eefd8807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-02 Kjartan Maraas <kmaraas@gnome.org>
+
+ * doc/gconf/tmpl/gconf-client.sgml: Note that the dir passed
+ to gconf_client_add_dir() must not end with a slash. (Stefan Kost)
+ Closes bug #301298.
+
============================= 2.20.0 ==========================
2007-09-19 Kjartan Maraas <kmaraas@gnome.org>
diff --git a/doc/gconf/tmpl/gconf-client.sgml b/doc/gconf/tmpl/gconf-client.sgml
index dd9f7c3a..6f318e65 100644
--- a/doc/gconf/tmpl/gconf-client.sgml
+++ b/doc/gconf/tmpl/gconf-client.sgml
@@ -226,7 +226,8 @@ preload its contents; see #GConfClientPreloadType for details.
Added directories may not overlap. That is, if you add "/foo", you may not add
"/foo/bar". However you can add "/foo" and "/bar". You can also add "/foo"
multiple times; if you add a directory multiple times, it will not be removed
-until you call gconf_client_remove_dir() an equal number of times.
+until you call gconf_client_remove_dir() an equal number of times. The directory
+name must not have a trailing slash.
</para>
@client: a #GConfClient.