[at-spi2-core] misc: Fix bad type
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] misc: Fix bad type
- Date: Thu, 5 Sep 2013 14:24:21 +0000 (UTC)
commit e1311e382194ac1044818c0f531e7b55441b5aa3
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Sep 5 09:53:57 2013 -0400
misc: Fix bad type
atspi/atspi-misc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c
index 518c304..d52cd8e 100644
--- a/atspi/atspi-misc.c
+++ b/atspi/atspi-misc.c
@@ -733,7 +733,7 @@ typedef struct
void *data;
} BusDataClosure;
-static guint process_deferred_messages_source = NULL;
+static GSource *process_deferred_messages_source = NULL;
static void
process_deferred_message (BusDataClosure *closure)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]