diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2010-05-06 11:41:37 +0300 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2010-05-06 11:41:37 +0300 |
commit | 89966f67356edfdd1eb948c4c5c965e78545fd27 (patch) | |
tree | fbe084db77b31c148421f9d803990dddd20f579c | |
parent | a1c07af56c5769a6aa0683c998f5f1f258b72183 (diff) |
Mark reference_row_has_path() as static
-rw-r--r-- | hildon/hildon-live-search.c | 2 |
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; |