aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2010-05-06 11:41:37 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2010-05-06 11:41:37 +0300
commit89966f67356edfdd1eb948c4c5c965e78545fd27 (patch)
treefbe084db77b31c148421f9d803990dddd20f579c
parenta1c07af56c5769a6aa0683c998f5f1f258b72183 (diff)
Mark reference_row_has_path() as static
-rw-r--r--hildon/hildon-live-search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hildon/hildon-live-search.c b/hildon/hildon-live-search.c
index 3344fc1..fd5feb6 100644
--- a/hildon/hildon-live-search.c
+++ b/hildon/hildon-live-search.c
@@ -285,7 +285,7 @@ selection_map_update_map_from_selection (HildonLiveSearchPrivate *priv)
}
}
-gboolean
+static gboolean
reference_row_has_path (GtkTreeRowReference *row_ref, gpointer value, GtkTreePath *path)
{
gboolean ret;