summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxtext.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-10-16 02:07:01 +0200
committerJavier Jardón <jjardon@gnome.org>2010-10-16 02:07:38 +0200
commit45c463e3760a8a2497846e4cd8c55c1b7aa52fb5 (patch)
tree5d7e5cb143b66b0da7fa00883818d9aa7846e3ee /gtk/gtkcomboboxtext.c
parent2dbfca9d029c6ac53b9791acf938734da9da1ffe (diff)
downloadgtk+-45c463e3760a8a2497846e4cd8c55c1b7aa52fb5.tar.gz
GtkComboBoxText: Use gtk_combo_box_text_remove instead gtk_combo_box_text_remove_text
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r--gtk/gtkcomboboxtext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c
index 13e17d8799..578b4dfdd6 100644
--- a/gtk/gtkcomboboxtext.c
+++ b/gtk/gtkcomboboxtext.c
@@ -38,7 +38,7 @@
* You can add items to a GtkComboBoxText with
* gtk_combo_box_text_append_text(), gtk_combo_box_text_insert_text()
* or gtk_combo_box_text_prepend_text() and remove options with
- * gtk_combo_box_text_remove_text().
+ * gtk_combo_box_text_remove().
*/
G_DEFINE_TYPE (GtkComboBoxText, gtk_combo_box_text, GTK_TYPE_COMBO_BOX);