From c9c23ef0314d1926a3e028fc7b194d5dbaee029c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 24 Aug 2010 21:49:33 -0400 Subject: [PATCH] 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. (cherry picked from commit 2766cd14add29cf3d3436d9a1f57056338d78160) --- gtk/gtkcombobox.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 6b441fd8b..c7bcc871d 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -5008,8 +5008,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 */