[gtk+/gtk-2-24] gtk_combo_box_get_active_text(): Fix my docs typo.



commit 6e2573fd76fbcafcca3d70e1739bc8fead709d50
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Nov 25 12:28:15 2010 +0100

    gtk_combo_box_get_active_text(): Fix my docs typo.

 gtk/gtkcombobox.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index c9652ca..47637ba 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -5495,7 +5495,7 @@ gtk_combo_box_remove_text (GtkComboBox *combo_box,
  * gtk_combo_box_text_get_active_text() instead. Or if you used this with a
  * #GtkComboBoxEntry then you should now use #GtkComboBox with 
  * #GtkComboBox:has-entry as %TRUE and use
- * gtk_label_get_text (GTK_LABEL (gtk_bin_get_child (GTK_BIN (combobox))).
+ * gtk_entry_get_text (GTK_ENTRY (gtk_bin_get_child (GTK_BIN (combobox))).
  */
 gchar *
 gtk_combo_box_get_active_text (GtkComboBox *combo_box)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]