diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-18 22:05:23 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-18 22:05:23 +0000 |
commit | c9b4981ba432073954dafe4206f803d3fe84526c (patch) | |
tree | ab9de0712dbe9e64d348de903b3d52eef3b6a965 /gtk/gtktreeselection.c | |
parent | 73e845eeab67d9f63c45c42c9e77ddbe1341df6d (diff) | |
download | gtk+-c9b4981ba432073954dafe4206f803d3fe84526c.tar.gz |
Fix docs. (#61976)
* gtk/gtktreeselection.c (gtk_tree_selection_set_mode):
Fix docs. (#61976)
* gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
* gtk/gtkliststore.c: Fix docs. (#61672, #61675)
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r-- | gtk/gtktreeselection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c index 947c27ef5b..6e67d72d4f 100644 --- a/gtk/gtktreeselection.c +++ b/gtk/gtktreeselection.c @@ -169,7 +169,7 @@ _gtk_tree_selection_set_tree_view (GtkTreeSelection *selection, * @type: The selection mode * * Sets the selection mode of the @selection. If the previous type was - * #GTK_SELECTION_MULTIPLE and, then the anchor is kept selected, if it was + * #GTK_SELECTION_MULTIPLE, then the anchor is kept selected, if it was * previously selected. **/ void |