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.
This commit is contained in:
Matthias Clasen 2010-08-24 21:49:33 -04:00
parent a676f9dada
commit 2766cd14ad

View File

@ -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
*/