[atk] Fixed some typos. Closes bug #593220
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk] Fixed some typos. Closes bug #593220
- Date: Sun, 25 Mar 2012 18:27:13 +0000 (UTC)
commit 6139449bb8cc347d7fadc4efb80b43d7edb2bd68
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Sun Mar 25 19:26:14 2012 +0200
Fixed some typos. Closes bug #593220
docs/tmpl/atktable.sgml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/docs/tmpl/atktable.sgml b/docs/tmpl/atktable.sgml
index 70d8ed8..2eff438 100644
--- a/docs/tmpl/atktable.sgml
+++ b/docs/tmpl/atktable.sgml
@@ -86,7 +86,7 @@ AtkTable interface when the model displayed by the table changes.
<!-- ##### SIGNAL AtkTable::row-deleted ##### -->
<para>
The "row-deleted" signal is emitted by an object which implements the
-AtkTable interface when a column is inserted.
+AtkTable interface when a row is deleted.
</para>
@@ -97,17 +97,17 @@ AtkTable interface when a column is inserted.
<!-- ##### SIGNAL AtkTable::row-inserted ##### -->
<para>
The "row-inserted" signal is emitted by an object which implements the
-AtkTable interface when a column is inserted.
+AtkTable interface when a row is inserted.
</para>
@atktable: the object which received the signal.
- arg1: The index of the first row deleted.
- arg2: The number of rows deleted.
+ arg1: The index of the first row inserted.
+ arg2: The number of rows inserted.
<!-- ##### SIGNAL AtkTable::row-reordered ##### -->
<para>
The "row-reordered" signal is emitted by an object which implements the
-AtkTable interface when the columns are reordered.
+AtkTable interface when the rows are reordered.
</para>
@atktable: the object which received the signal.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]