dbus/dbus dbus-list.c,1.22,1.23
John Palmieri
johnp at freedesktop.org
Wed Nov 30 16:07:22 PST 2005
Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv24390/dbus
Modified Files:
dbus-list.c
Log Message:
* test/qt/Makefile.am: build from srcdir
* qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
Note - this code is wrong and needs to be fixed by the Qt binding
developers. The flags should be treated as bitfields and not enums.
* qt/qtconnection.h: Change ProhibitReplace to AllowReplace
* dbus/dbus-list.c (link_after): remove #ifdef DBUS_BUILD_TESTS
Index: dbus-list.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-list.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- dbus-list.c 30 Nov 2005 21:23:12 -0000 1.22
+++ dbus-list.c 1 Dec 2005 00:07:20 -0000 1.23
@@ -126,7 +126,6 @@
}
}
-#ifdef DBUS_BUILD_TESTS
static void
link_after (DBusList **list,
DBusList *after_this_link,
@@ -146,7 +145,6 @@
link->next->prev = link;
}
}
-#endif /* DBUS_BUILD_TESTS */
/** @} */
More information about the dbus-commit
mailing list