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:
714510e
)
2009-03-06 Mike Gorse <mgorse@novell.com>
author
Mike Gorse
<mgorse@boston.site>
Fri, 6 Mar 2009 20:36:48 +0000
(14:36 -0600)
committer
Mike Gorse
<mgorse@boston.site>
Fri, 6 Mar 2009 20:36:48 +0000
(14:36 -0600)
* registryd/registry.c: Emit updateApplications from the correct path.
registryd/registry.c
patch
|
blob
|
history
diff --git
a/registryd/registry.c
b/registryd/registry.c
index a15c673ae92a1b6217a61addb804ac0b4d83de50..5e70042617ccc64c86ddf757edbac2dcc5a7ada6 100644
(file)
--- a/
registryd/registry.c
+++ b/
registryd/registry.c
@@
-59,7
+59,7
@@
static void emit(SpiRegistry *reg, const char *itf, const char *name, int ftype,
va_list arg;
va_start(arg, ftype);
- spi_dbus_emit_valist(reg->bus, SPI_DBUS_PATH_
DEC
, itf, name, ftype, arg);
+ spi_dbus_emit_valist(reg->bus, SPI_DBUS_PATH_
REGISTRY
, itf, name, ftype, arg);
va_end(arg);
}