Rename ag_window_find_house_system() to ag_window_set_house_system()

This commit is contained in:
Gergely Polonkai 2014-07-18 20:49:02 +02:00
parent de4e2f54ef
commit 0ead40813b

View File

@ -636,7 +636,7 @@ ag_window_redraw_chart(AgWindow *window)
} }
static gboolean static gboolean
ag_window_find_house_system(GtkTreeModel *model, ag_window_set_house_system(GtkTreeModel *model,
GtkTreePath *path, GtkTreePath *path,
GtkTreeIter *iter, GtkTreeIter *iter,
AgWindow *window) AgWindow *window)
@ -721,7 +721,7 @@ ag_window_update_from_chart(AgWindow *window)
gtk_tree_model_foreach( gtk_tree_model_foreach(
GTK_TREE_MODEL(priv->house_system_model), GTK_TREE_MODEL(priv->house_system_model),
(GtkTreeModelForeachFunc)ag_window_find_house_system, (GtkTreeModelForeachFunc)ag_window_set_house_system,
window window
); );