From 4d4afc8057623293968c3c5097bd5cee008268a0 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 2 Oct 2007 14:58:53 +0000 Subject: Note that the dir passed to gconf_client_add_dir() must not end with a 2007-10-02 Kjartan Maraas * 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 --- ChangeLog | 6 ++++++ doc/gconf/tmpl/gconf-client.sgml | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 425fc2a7..eefd8807 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-02 Kjartan Maraas + + * 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 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. @client: a #GConfClient. -- cgit v1.2.1