[nautilus-actions] Have distinct read and write orders for I/O providers
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Have distinct read and write orders for I/O providers
- Date: Wed, 19 Jan 2011 21:49:17 +0000 (UTC)
commit bf6a630cb3d9068ba74bc1bc9c48371d2d81f157
Author: Pierre Wieser <pwieser trychlos org>
Date: Fri Jan 7 17:51:51 2011 +0100
Have distinct read and write orders for I/O providers
src/utils/na-gconf2key.sh.in | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/utils/na-gconf2key.sh.in b/src/utils/na-gconf2key.sh.in
index d03eec1..6ad509f 100644
--- a/src/utils/na-gconf2key.sh.in
+++ b/src/utils/na-gconf2key.sh.in
@@ -524,7 +524,8 @@ gconftool-2 --all-entries ${na_preferences} | while read key x value; do
add_pref "nact" "import-preferred-mode" str "${value}"
;;
io-providers-order)
- add_pref "runtime" "io-providers-order" list "${value}"
+ add_pref "runtime" "io-providers-read-order" list "${value}"
+ add_pref "nact" "io-providers-write-order" list "${value}"
;;
iprefs-add-about-item)
add_pref "runtime" "items-add-about-item" str "${value}"
@@ -586,7 +587,7 @@ if [ $(id -u) -eq 0 ]; then
if [ "${bdir}" != "na-gconf" ]; then
value=$(gconftool-2 --get ${dir}/locked 2>/dev/null)
if [ "${value}" != "" ]; then
- [ "${bdir}" = "all" ] && group="runtime" || group="io-provider ${bdir}"
+ [ "${bdir}" = "all" ] && group="nact" || group="io-provider ${bdir}"
[ "${bdir}" = "all" ] && key="io-providers-all-locked" || key="locked"
add_pref_provider "${group}" "${key}" "${value}"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]