summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-06-14 20:57:37 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-06-14 20:57:37 +0000
commitacb6a548e23411e2a4340ac0246fe7aca34a831c (patch)
tree5056b834e49d5e8fc5097cfbc8eb76f516d9a9c5 /doc
parent57448a5fd9ca78733f7a4cf9563d740aeebc9269 (diff)
downloadglade-acb6a548e23411e2a4340ac0246fe7aca34a831c.tar.gz
fixed typos
* doc/catalogintro.sgml: fixed typos * src/glade-command.c: Removed unneeded "if" * src/glade-fixed.[ch]: connect/disconnect child now takes GObject arg instead of GladeWidget (for cases of widget rebuilds), removed redundant variables * src/glade-gnome.c, src/glade-gtk.c: changed glade_widget_class_container_add to glade_widget_add_child() * src/glade-widget.c: o Fixed glade_widget_rebuild() in regards to using the _add_child()/_remove_child() api and visibility. o Fixed more event related selection bugs (by retrieving the mouse pointer with window_get_pointer()) o Fixed GladeWidgetDataTag to use the quark everywhere
Diffstat (limited to 'doc')
-rw-r--r--doc/catalogintro.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/catalogintro.sgml b/doc/catalogintro.sgml
index 12f67325..6678ad5a 100644
--- a/doc/catalogintro.sgml
+++ b/doc/catalogintro.sgml
@@ -133,7 +133,7 @@ The 'book' property is used to specify a namespace to search devhelp docs librar
<term>fixed</term>
<listitem>
<para>
-The 'fixed' property used to mark a #GladeWidgetClass for free form placement capacitied
+The 'fixed' property is used to mark a #GladeWidgetClass for free form placement capacities
to be handled with a #GladeFixed.
</para>
</listitem>