[nautilus-actions] na-gconf2key.sh: update comment



commit e00384c9e10d93386969a5b6ac63d3f27c7e9f62
Author: Pierre Wieser <pwieser trychlos org>
Date:   Sun Jul 3 13:20:46 2011 +0200

    na-gconf2key.sh: update comment
    
    Match #e38ac184d05c7b000d3d6a4693f4a5bd5b463b85 commit:
    no more obsolete readings from GConf I/O provider.

 ChangeLog                    |    2 ++
 src/utils/na-gconf2key.sh.in |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3a25f62..9142030 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-07-03 Pierre Wieser <pwieser trychlos org>
 
+	* src/utils/na-gconf2key.sh.in:	Update comment.
+
 	* docs/nact/C/nact-conditions.xml:
 	* docs/nact/C/nact-execution.xml:
 	* docs/nact/C/nact-where.xml:
diff --git a/src/utils/na-gconf2key.sh.in b/src/utils/na-gconf2key.sh.in
index 9665ed3..4eb7494 100644
--- a/src/utils/na-gconf2key.sh.in
+++ b/src/utils/na-gconf2key.sh.in
@@ -428,8 +428,8 @@ msg "${nbitems} migrated items"
 # we are using this same script to migrate preferences to .conf files
 # mandatory preferences go to SYSCONFDIR/xdg/nautilus-actions.conf
 # while user preferences go to HOME/.config/nautilus-actions.conf
-# Note also that the GConf I/O provider is disabled both for reading
-# and writing
+# Note also that the GConf I/O provider will be disabled for writings
+# after this migration
 [ $(id -u) -eq 0 ] && destdir= sysconfdir@/xdg || destdir=${HOME}/.config
 destdir=${destdir}/@PACKAGE@
 command "mkdir -p ${destdir}"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]