[libchamplain] Fix bad method call
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Fix bad method call
- Date: Sun, 15 Aug 2010 21:18:25 +0000 (UTC)
commit d1ebd3998077bb682af626ba3d7bdbdf5a226d27
Author: JiÅ?Ã Techet <techet gmail com>
Date: Sun Aug 15 23:05:41 2010 +0200
Fix bad method call
Signed-off-by: JiÅ?Ã Techet <techet gmail com>
champlain/champlain-file-cache.c | 2 +-
champlain/champlain-memory-cache.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/champlain/champlain-file-cache.c b/champlain/champlain-file-cache.c
index d3caa84..7ae233f 100644
--- a/champlain/champlain-file-cache.c
+++ b/champlain/champlain-file-cache.c
@@ -565,7 +565,7 @@ tile_rendered_cb (ChamplainTile *tile,
/* Notify other caches that the tile has been filled */
if (CHAMPLAIN_IS_TILE_CACHE (next_source))
- on_tile_filled (CHAMPLAIN_TILE_CACHE (next_source), tile);
+ champlain_tile_cache_on_tile_filled (CHAMPLAIN_TILE_CACHE (next_source), tile);
if (tile_is_expired (file_cache, tile))
{
diff --git a/champlain/champlain-memory-cache.c b/champlain/champlain-memory-cache.c
index ffef78f..3843632 100644
--- a/champlain/champlain-memory-cache.c
+++ b/champlain/champlain-memory-cache.c
@@ -279,7 +279,7 @@ tile_rendered_cb (ChamplainTile *tile,
if (!data->error)
{
if (CHAMPLAIN_IS_TILE_CACHE (next_source))
- on_tile_filled (CHAMPLAIN_TILE_CACHE (next_source), tile);
+ champlain_tile_cache_on_tile_filled (CHAMPLAIN_TILE_CACHE (next_source), tile);
champlain_tile_set_fade_in (tile, FALSE);
champlain_tile_set_state (tile, CHAMPLAIN_STATE_DONE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]