summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-08-02 17:31:51 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-08-02 17:31:51 +0000
commit4b1843ec1dcab3884e215043f311894d27c8e8f4 (patch)
tree1579fdb444cd8b9914b6134eb5d7ada753bddb96 /doc
parent5d6c14d1647ae2a5ad400b9641128cb932855033 (diff)
downloadglade-4b1843ec1dcab3884e215043f311894d27c8e8f4.tar.gz
ammended docs for widget icon installations.
svn path=/trunk/; revision=1848
Diffstat (limited to 'doc')
-rw-r--r--doc/catalogintro.sgml4
-rw-r--r--doc/widgetclasses.sgml3
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/catalogintro.sgml b/doc/catalogintro.sgml
index 57b71e19..611de8ea 100644
--- a/doc/catalogintro.sgml
+++ b/doc/catalogintro.sgml
@@ -194,10 +194,10 @@ To validate a file, do this:
To install a widget plugin, the catalog XML file should be copied into
the catalog directory, which can be retrieved as:
<programlisting>pkg-config --variable=catalogdir gladeui-1.0</programlisting>
-The icons for palette etc go into the pixmap directory:
- <programlisting>pkg-config --variable=pixmapdir gladeui-1.0</programlisting>
The plugin library should be installed into the modules directory:
<programlisting>pkg-config --variable=moduledir gladeui-1.0</programlisting>
+Widget icons if provided (recommended) need to be installed into the icon theme,
+this is described in the next chapter.
</para>
<para>
You can also load your catalog from a user directory by specifying
diff --git a/doc/widgetclasses.sgml b/doc/widgetclasses.sgml
index dfa3ea67..793e5f97 100644
--- a/doc/widgetclasses.sgml
+++ b/doc/widgetclasses.sgml
@@ -561,8 +561,7 @@ name assigned to the widget class.
</para>
<para>
-Icon files can be installed under any system icon theme folder, but we recommend
-that you install them in Glade's icon theme as previosly described.
+Icon files can be installed under any system icon theme folder.
</para>
</refsect1>