diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-07-17 03:59:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-17 03:59:17 +0000 |
commit | d979340ef41a286ee770d359d26635a61d997e34 (patch) | |
tree | cfff3664c0f70f227c6da831d49000e48af09178 /gtk/gtkcomboboxentry.c | |
parent | dcb4ea6f650554266514a352107d8d242d9731e7 (diff) | |
download | gtk+-d979340ef41a286ee770d359d26635a61d997e34.tar.gz |
Fix typos in the docs.
2006-07-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func):
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column):
Fix typos in the docs.
Diffstat (limited to 'gtk/gtkcomboboxentry.c')
-rw-r--r-- | gtk/gtkcomboboxentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcomboboxentry.c b/gtk/gtkcomboboxentry.c index dd49652e9e..e4fc737dca 100644 --- a/gtk/gtkcomboboxentry.c +++ b/gtk/gtkcomboboxentry.c @@ -283,7 +283,7 @@ gtk_combo_box_entry_new_with_model (GtkTreeModel *model, * Sets the model column which @entry_box should use to get strings from * to be @text_column. * - * Since: 2.4. + * Since: 2.4 */ void gtk_combo_box_entry_set_text_column (GtkComboBoxEntry *entry_box, |