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:
eb000d4
)
2009-01-07 Mark Doffman <mark.doffman@codethink.co.uk>
author
Mark Doffman
<mdoff@silver-wind.(none)>
Wed, 7 Jan 2009 11:35:41 +0000
(11:35 +0000)
committer
Mark Doffman
<mdoff@silver-wind.(none)>
Wed, 7 Jan 2009 11:35:41 +0000
(11:35 +0000)
* registryd/registry.c
Fix bug, the deviceeventcontroller was exposed
over d-bus with the wrong name.
registryd/registry.c
patch
|
blob
|
history
diff --git
a/registryd/registry.c
b/registryd/registry.c
index
51aaa4d
..
a15c673
100644
(file)
--- a/
registryd/registry.c
+++ b/
registryd/registry.c
@@
-274,7
+274,7
@@
spi_registry_new (DBusConnection *bus, DRouteContext *droute)
reg);
droute_path_add_interface (path,
- SPI_DBUS_INTERFACE_
DEC
,
+ SPI_DBUS_INTERFACE_
REGISTRY
,
dev_methods,
NULL);