projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
799e024
)
GDBus: Fix introspection of objects registered at /
author
David Zeuthen
<davidz@redhat.com>
Mon, 17 May 2010 15:07:53 +0000
(11:07 -0400)
committer
David Zeuthen
<davidz@redhat.com>
Mon, 17 May 2010 15:08:40 +0000
(11:08 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gdbusconnection.c
patch
|
blob
|
history
diff --git
a/gio/gdbusconnection.c
b/gio/gdbusconnection.c
index 913c409d9736c2ab1d6a0e67f8e44ac9bb8c34fe..8bd6f38d0257ad1b67fd53701867dda1e858c795 100644
(file)
--- a/
gio/gdbusconnection.c
+++ b/
gio/gdbusconnection.c
@@
-3583,7
+3583,7
@@
introspect_append_standard_interfaces (GString *s)
static void
maybe_add_path (const gchar *path, gsize path_len, const gchar *object_path, GHashTable *set)
{
- if (g_str_has_prefix (object_path, path) && strlen (object_path) >
=
path_len)
+ if (g_str_has_prefix (object_path, path) && strlen (object_path) > path_len)
{
const gchar *begin;
const gchar *end;