[gtranslator] Use GSourceFunc instead GtkFunction



commit 79d5bfdacf7364112ef3581fd04577aea27afe54
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Nov 16 05:49:10 2010 +0100

    Use GSourceFunc instead GtkFunction

 src/gtr-statusbar.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/gtr-statusbar.c b/src/gtr-statusbar.c
index 0301b16..f84be41 100644
--- a/src/gtr-statusbar.c
+++ b/src/gtr-statusbar.c
@@ -312,8 +312,7 @@ gtr_statusbar_flash_message (GtrStatusbar * statusbar,
                         context_id, msg);
 
   statusbar->priv->flash_timeout = g_timeout_add (flash_length,
-                                                  (GtkFunction)
-                                                  remove_message_timeout,
+                                                  (GSourceFunc) remove_message_timeout,
                                                   statusbar);
 
   g_free (msg);



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