[glade3/offscreen-gtk3] Use GSourceFunc instead GtkFunction
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3/offscreen-gtk3] Use GSourceFunc instead GtkFunction
- Date: Tue, 16 Nov 2010 18:24:23 +0000 (UTC)
commit 38f0171103862b1f300317efbe41bdba383af5a4
Author: Javier Jardón <jjardon gnome org>
Date: Tue Nov 16 19:22:11 2010 +0100
Use GSourceFunc instead GtkFunction
gladeui/glade-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gladeui/glade-utils.c b/gladeui/glade-utils.c
index f943e25..c9ff8b8 100644
--- a/gladeui/glade-utils.c
+++ b/gladeui/glade-utils.c
@@ -338,7 +338,7 @@ glade_util_flash_message (GtkWidget *statusbar, guint context_id, gchar *format,
fi->context_id = context_id;
fi->message_id = gtk_statusbar_push (fi->statusbar, fi->context_id, message);
- g_timeout_add_seconds (flash_length, (GtkFunction) remove_message_timeout, fi);
+ g_timeout_add_seconds (flash_length, (GSourceFunc) remove_message_timeout, fi);
g_free (message);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]