[gtk+] Remove depth restriction from gtk_combo_box_set_active_iter docs



commit 2766cd14add29cf3d3436d9a1f57056338d78160
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Aug 24 21:49:33 2010 -0400

    Remove depth restriction from gtk_combo_box_set_active_iter docs
    
    While it may not work perfectly in menu mode, it works fine for
    list mode. Bug 627843.

 gtk/gtkcombobox.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index 46a9b95..99c9a88 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -4992,8 +4992,6 @@ gtk_combo_box_get_active_iter (GtkComboBox     *combo_box,
  * 
  * Sets the current active item to be the one referenced by @iter, or
  * unsets the active item if @iter is %NULL.
- *
- * @iter must correspond to a path of depth one, or be %NULL.
  * 
  * Since: 2.4
  */



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