summaryrefslogtreecommitdiffstats
path: root/gnome2-system-admin-guide
diff options
context:
space:
mode:
authorBrent Smith <gnome@nextreality.net>2006-03-12 02:41:27 +0000
committerBrent Smith <bmsmith@src.gnome.org>2006-03-12 02:41:27 +0000
commitc8cb7053b9aa430b717b3a9dac988f364ab470bf (patch)
tree43cdc349230771ec2a4c95a1a89226c11d0db855 /gnome2-system-admin-guide
parentdf9e353d4962c12791ac9416dcad17bd97506399 (diff)
downloadgnome-user-docs-c8cb7053b9aa430b717b3a9dac988f364ab470bf.tar.gz
gnome-user-docs-c8cb7053b9aa430b717b3a9dac988f364ab470bf.tar.xz
gnome-user-docs-c8cb7053b9aa430b717b3a9dac988f364ab470bf.zip
Fix another literallayout to make it a programlisting
2006-03-11 Brent Smith <gnome@nextreality.net> * gconf.xml: Fix another literallayout to make it a programlisting
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 c7cb08f..d6be137 100644
--- a/gnome2-system-admin-guide/C/ChangeLog
+++ b/gnome2-system-admin-guide/C/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-11 Brent Smith <gnome@nextreality.net>
+
+ * gconf.xml:
+ Fix another literallayout to make it a programlisting
+
2006-03-10 Brent Smith <gnome@nextreality.net>
* help.xml:
diff --git a/gnome2-system-admin-guide/C/gconf.xml b/gnome2-system-admin-guide/C/gconf.xml
index 670ff1c..0a3c3af 100644
--- a/gnome2-system-admin-guide/C/gconf.xml
+++ b/gnome2-system-admin-guide/C/gconf.xml
@@ -1048,7 +1048,7 @@ For example, the following sample from <filename>panel-default-setup.entries</fi
<listitem>
<para>Keys that specify the properties of the panels. The panel
property keys are structured as follows:</para>
- <literallayout>/apps/panel/default_setup/toplevels/<replaceable>panel-name</replaceable>/<replaceable>panel-property-key</replaceable></literallayout>
+ <programlisting>/apps/panel/default_setup/toplevels/<replaceable>panel-name</replaceable>/<replaceable>panel-property-key</replaceable></programlisting>
<para>For example, the key <systemitem>/apps/panel/default_setup/toplevels/bottom_panel/size</systemitem> specifies the size of the bottom panel. </para>
</listitem>
<listitem>