[at-spi2-atk] Fix droute_add_one / caching (0.3.6 regression)
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-atk] Fix droute_add_one / caching (0.3.6 regression)
- Date: Sun, 15 Aug 2010 22:11:39 +0000 (UTC)
commit 573ab181a2b473ffa087eb31e057b2453cb8315c
Author: Mike Gorse <mgorse novell com>
Date: Sun Aug 15 18:12:24 2010 -0400
Fix droute_add_one / caching (0.3.6 regression)
droute/droute.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/droute/droute.c b/droute/droute.c
index 643ab11..a6fe157 100644
--- a/droute/droute.c
+++ b/droute/droute.c
@@ -176,7 +176,7 @@ droute_add_one (DRouteContext *cnx,
DRoutePath *new_path;
gboolean registered;
- new_path = path_new (cnx, NULL, NULL, (void *) data, NULL);
+ new_path = path_new (cnx, (void *)data, NULL, NULL, NULL);
registered = dbus_connection_register_object_path (cnx->bus, path, &droute_vtable, new_path);
if (!registered)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]