[gtk+] Fix trivial doc typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix trivial doc typo
- Date: Wed, 25 Aug 2010 22:18:58 +0000 (UTC)
commit 3e4e2b233b576105e51965101fcb68e4f6e3bb2b
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Aug 25 18:17:43 2010 -0400
Fix trivial doc typo
Pointed out in bug 627912.
gtk/gtktreeview.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 83d6473..464842e 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -666,7 +666,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
/**
* GtkTreeView:hover-selection:
*
- * Enables of disables the hover selection mode of @tree_view.
+ * Enables or disables the hover selection mode of @tree_view.
* Hover selection makes the selected row follow the pointer.
* Currently, this works only for the selection modes
* %GTK_SELECTION_SINGLE and %GTK_SELECTION_BROWSE.
@@ -687,7 +687,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
/**
* GtkTreeView:hover-expand:
*
- * Enables of disables the hover expansion mode of @tree_view.
+ * Enables or disables the hover expansion mode of @tree_view.
* Hover expansion makes rows expand or collapse if the pointer moves
* over them.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]