Fix function name in warning message. (#118156, Tim-Philipp Müller)

2003-07-27  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): Fix function name in
	warning message.  (#118156, Tim-Philipp Müller)
This commit is contained in:
Matthias Clasen 2003-07-27 21:42:20 +00:00 committed by Matthias Clasen
parent a27d91b237
commit 5473dbef79
6 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2003-07-27 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): Fix function name in
warning message. (#118156, Tim-Philipp Müller)
* gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): is-expander and is-expanded are
boolean properties, not ints. (#118359, Josh Parsons)

View File

@ -1,5 +1,8 @@
2003-07-27 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): Fix function name in
warning message. (#118156, Tim-Philipp Müller)
* gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): is-expander and is-expanded are
boolean properties, not ints. (#118359, Josh Parsons)

View File

@ -1,5 +1,8 @@
2003-07-27 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): Fix function name in
warning message. (#118156, Tim-Philipp Müller)
* gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): is-expander and is-expanded are
boolean properties, not ints. (#118359, Josh Parsons)

View File

@ -1,5 +1,8 @@
2003-07-27 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): Fix function name in
warning message. (#118156, Tim-Philipp Müller)
* gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): is-expander and is-expanded are
boolean properties, not ints. (#118359, Josh Parsons)

View File

@ -1,5 +1,8 @@
2003-07-27 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): Fix function name in
warning message. (#118156, Tim-Philipp Müller)
* gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): is-expander and is-expanded are
boolean properties, not ints. (#118359, Josh Parsons)

View File

@ -752,7 +752,7 @@ out:
TREE_VIEW_INTERNAL_ASSERT_VOID (has_parent);
if (stop)
g_warning
("The model has been modified from within gtk_tree_selection_foreach.\n"
("The model has been modified from within gtk_tree_selection_selected_foreach.\n"
"This function is for observing the selections of the tree only. If\n"
"you are trying to get all selected items from the tree, try using\n"
"gtk_tree_selection_get_selected_rows instead.\n");