diff options
author | Havoc Pennington <hp@redhat.com> | 2005-02-10 23:47:55 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-02-10 23:47:55 +0000 |
commit | df0c6408805341f1ac673430ce6e92f352a473e6 (patch) | |
tree | ec4c73c0d9dabea5c7680f3c9e9d13d7486580c3 /glib/dbus-gthread.c | |
parent | 83dd8129a0429a2647c3a989ec73c712feb6060c (diff) |
2005-02-10 Havoc Pennington <hp@redhat.com>
* dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
change to be _and_unlock instead of _unlocked
* dbus/dbus-connection.c
(_dbus_connection_send_preallocated_unlocked_no_update): rename to
have no_update so we can find this bug quickly in future
Diffstat (limited to 'glib/dbus-gthread.c')
-rw-r--r-- | glib/dbus-gthread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/dbus-gthread.c b/glib/dbus-gthread.c index f7b6fafb..1b925cdd 100644 --- a/glib/dbus-gthread.c +++ b/glib/dbus-gthread.c @@ -21,6 +21,8 @@ * */ +/* #define G_DEBUG_LOCKS 1 */ + #include <glib.h> #include <dbus/dbus.h> #include <dbus/dbus-glib.h> |