projects
/
platform
/
upstream
/
at-spi2-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e08268
)
Fix a crash when deregistering event listeners
author
Mike Gorse
<mgorse@novell.com>
Wed, 29 Dec 2010 15:41:43 +0000
(10:41 -0500)
committer
Mike Gorse
<mgorse@novell.com>
Wed, 29 Dec 2010 15:41:43 +0000
(10:41 -0500)
atspi/atspi-event-listener.c
patch
|
blob
|
history
diff --git
a/atspi/atspi-event-listener.c
b/atspi/atspi-event-listener.c
index
4958ae7
..
62dcf29
100644
(file)
--- a/
atspi/atspi-event-listener.c
+++ b/
atspi/atspi-event-listener.c
@@
-649,7
+649,7
@@
atspi_event_listener_deregister_from_callback (AtspiEventListenerCB callback,
char *category, *name, *detail, *matchrule;
GList *l;
- if (!convert_event_
type
_to_dbus (event_type, &category, &name, &detail, &matchrule))
+ if (!convert_event_
string
_to_dbus (event_type, &category, &name, &detail, &matchrule))
{
return FALSE;
}