[gnome-games] gnibbles: another API change fix
- From: Thomas Hindoe Paaboel Andersen <thomashpa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] gnibbles: another API change fix
- Date: Wed, 29 Dec 2010 01:05:03 +0000 (UTC)
commit b554c6248d36501aa0b465f0258d3b0b7840ec64
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date: Wed Dec 29 02:04:55 2010 +0100
gnibbles: another API change fix
gnibbles/warpmanager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnibbles/warpmanager.c b/gnibbles/warpmanager.c
index 5e50e6e..040f87d 100644
--- a/gnibbles/warpmanager.c
+++ b/gnibbles/warpmanager.c
@@ -230,7 +230,7 @@ gnibbles_warpmanager_rescale (GnibblesWarpManager *warpmanager, gint tilesize)
(x_pos / properties->tilesize) * tilesize,
(y_pos / properties->tilesize) * tilesize);
gtk_clutter_texture_set_from_pixbuf
- (CLUTTER_TEXTURE (warpmanager->warps[i]->actor), boni_pixmaps[WARP], &err);
+ (GTK_CLUTTER_TEXTURE (warpmanager->warps[i]->actor), boni_pixmaps[WARP], &err);
if (err)
gnibbles_error (err->message);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]