projects
/
platform
/
upstream
/
at-spi2-atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
796b442
)
Add change to fix rpmlint 64bit portability errors.
AT_SPI2_ATK_0_1_6
author
Mark Doffman
<mark.doffman@codethink.co.uk>
Tue, 9 Feb 2010 01:24:41 +0000
(17:24 -0800)
committer
Mark Doffman
<mark.doffman@codethink.co.uk>
Tue, 9 Feb 2010 01:24:41 +0000
(17:24 -0800)
atk-adaptor/event.c
patch
|
blob
|
history
diff --git
a/atk-adaptor/event.c
b/atk-adaptor/event.c
index b68a71dda30ae0e04e36db0f00b6065ba9ab9048..c6684de8602f9bba5bea52543f7f16c15d0805e5 100644
(file)
--- a/
atk-adaptor/event.c
+++ b/
atk-adaptor/event.c
@@
-407,7
+407,7
@@
property_event_listener (GSignalInvocationHint * signal_hint,
{
i = atk_object_get_role (accessible);
emit_event (accessible, ITF_EVENT_OBJECT, PCHANGE, pname, 0, 0,
- DBUS_TYPE_UINT32_AS_STRING,
i
, append_basic);
+ DBUS_TYPE_UINT32_AS_STRING,
GINT_TO_POINTER(i)
, append_basic);
}
else if (strcmp (pname, "accessible-table-summary") == 0)
{