[gnome-calendar] source-dialog: shut up the compiler
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] source-dialog: shut up the compiler
- Date: Mon, 25 May 2015 16:51:38 +0000 (UTC)
commit 9969d6daa0ff4aa847bb6be9b222ec8cebe06356
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Feb 23 16:47:20 2015 -0300
source-dialog: shut up the compiler
src/gcal-source-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-source-dialog.c b/src/gcal-source-dialog.c
index 50d449d..e794e9c 100644
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
@@ -468,7 +468,7 @@ url_entry_text_changed (GObject *object,
if (priv->validate_url_resource_id != 0)
g_source_remove (priv->validate_url_resource_id);
- priv->validate_url_resource_id = g_timeout_add_seconds (1, validate_url_cb, user_data);
+ priv->validate_url_resource_id = g_timeout_add_seconds (1, (GSourceFunc) validate_url_cb, user_data);
}
else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]