[gnome-games] gnibbles: Use GSourceFunc instead GtkFunction



commit 48566c99ef5e47642725258b8b0b86057b2d634e
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Nov 16 05:46:26 2010 +0100

    gnibbles: Use GSourceFunc instead GtkFunction

 gnibbles/worm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnibbles/worm.c b/gnibbles/worm.c
index c93d39f..7040983 100644
--- a/gnibbles/worm.c
+++ b/gnibbles/worm.c
@@ -303,7 +303,7 @@ gnibbles_worm_grok_bonus (GnibblesWorm *worm)
   int i;
 
   if (gnibbles_boni_fake (boni, worm->xhead, worm->yhead)) {
-    g_timeout_add (1, (GtkFunction) gnibbles_worm_reverse, worm);
+    g_timeout_add (1, (GSourceFunc) gnibbles_worm_reverse, worm);
     games_sound_play ("reverse");
     return;
   }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]