summaryrefslogtreecommitdiffstats
path: root/gnome2-system-admin-guide
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2006-03-08 14:10:58 +0000
committerLuca Ferretti <lferrett@src.gnome.org>2006-03-08 14:10:58 +0000
commit8b7a15ba37f3bb663aab90ec9e2d1424c36893fb (patch)
tree5589bf74bdee22b30c6efae75134005defe2d3c3 /gnome2-system-admin-guide
parent0bd45d1b68939dc46a6ed768c5d4ae3d7f9f376b (diff)
downloadgnome-user-docs-8b7a15ba37f3bb663aab90ec9e2d1424c36893fb.tar.gz
gnome-user-docs-8b7a15ba37f3bb663aab90ec9e2d1424c36893fb.tar.xz
gnome-user-docs-8b7a15ba37f3bb663aab90ec9e2d1424c36893fb.zip
fixed bug # 332086 (wrong GConf key name in example command)
2006-03-08 Luca Ferretti <elle.uca@libero.it> * gconf.xml: fixed bug # 332086 (wrong GConf key name in example command)
Diffstat (limited to 'gnome2-system-admin-guide')
-rw-r--r--gnome2-system-admin-guide/C/ChangeLog5
-rw-r--r--gnome2-system-admin-guide/C/gconf.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/gnome2-system-admin-guide/C/ChangeLog b/gnome2-system-admin-guide/C/ChangeLog
index 77f6a36..150c925 100644
--- a/gnome2-system-admin-guide/C/ChangeLog
+++ b/gnome2-system-admin-guide/C/ChangeLog
@@ -1,5 +1,10 @@
2006-03-08 Luca Ferretti <elle.uca@libero.it>
+ * gconf.xml: fixed bug # 332086 (wrong GConf key name in example
+ command)
+
+2006-03-08 Luca Ferretti <elle.uca@libero.it>
+
* gconf.xml: removed reference to GConf Editor in first para.
Fixed bug # 332085
diff --git a/gnome2-system-admin-guide/C/gconf.xml b/gnome2-system-admin-guide/C/gconf.xml
index 7697aa3..670ff1c 100644
--- a/gnome2-system-admin-guide/C/gconf.xml
+++ b/gnome2-system-admin-guide/C/gconf.xml
@@ -948,7 +948,7 @@ mandatory value, run the following command:</para>
<screen><userinput>gconftool-2 --direct \
--config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \
--type string \
- --set /apps/metacity/global_keybindings '&lt;Alt&gt;F3'</userinput></screen>
+ --set /apps/metacity/global_keybindings/panel_run_dialog '&lt;Alt&gt;F3'</userinput></screen>
<para>You can also set other keyboard shortcut preferences. For information
on the other keyboard shortcut preferences, see the <filename>metacity.schemas</filename> schema definition file.</para>
</sect2>