summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-07-27 21:42:20 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-07-27 21:42:20 +0000
commit5473dbef794524ec22939f52ce57d58623b7b17b (patch)
treec28b374e285a7adeb562248638fe6fa3f999e068 /gtk/gtktreeselection.c
parenta27d91b23731c76da1b11cd74965ad47b14f6491 (diff)
downloadgdk-pixbuf-5473dbef794524ec22939f52ce57d58623b7b17b.tar.gz
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)
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r--gtk/gtktreeselection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c
index 424ba9c9a..9edac5271 100644
--- a/gtk/gtktreeselection.c
+++ b/gtk/gtktreeselection.c
@@ -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");