[gnome-applets] Use GSourceFunc. Patch from Milan Bouchet-Valat
- From: Kjartan Maraas <kmaraas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] Use GSourceFunc. Patch from Milan Bouchet-Valat
- Date: Sat, 8 Jan 2011 21:00:29 +0000 (UTC)
commit 9f15852ad098d15b66449f66414f8b243f11b54c
Author: Kjartan Maraas <kmaraas gnome org>
Date: Sat Jan 8 22:00:22 2011 +0100
Use GSourceFunc. Patch from Milan Bouchet-Valat
geyes/geyes.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/geyes/geyes.c b/geyes/geyes.c
index fcafede..7782868 100644
--- a/geyes/geyes.c
+++ b/geyes/geyes.c
@@ -355,7 +355,7 @@ geyes_applet_fill (PanelApplet *applet)
panel_applet_add_preferences (applet, "/schemas/apps/geyes/prefs", NULL);
eyes_applet->timeout_id = g_timeout_add (
- UPDATE_TIMEOUT, (GtkFunction) timer_cb, eyes_applet);
+ UPDATE_TIMEOUT, (GSourceFunc) timer_cb, eyes_applet);
action_group = gtk_action_group_new ("Geyes Applet Actions");
gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]