hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Mon Mar 17 10:04:23 PDT 2008
hald/device_store.c | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit d369d1f9bc41870bc2f2ab370e6f40288f5a27e7
Author: Joe Marcus Clarke <marcus at freebsd.org>
Date: Mon Mar 17 18:04:17 2008 +0100
fix crash on 64-bit platforms
Fix crash on 64-bit platforms.
diff --git a/hald/device_store.c b/hald/device_store.c
index c351489..ff27dbd 100644
--- a/hald/device_store.c
+++ b/hald/device_store.c
@@ -292,6 +292,9 @@ hal_device_store_remove (HalDeviceStore *store, HalDevice *device)
(gpointer)emit_device_property_changed,
store);
g_signal_handlers_disconnect_by_func (device,
+ (gpointer)device_pre_property_changed,
+ store);
+ g_signal_handlers_disconnect_by_func (device,
(gpointer)emit_device_capability_added,
store);
g_signal_handlers_disconnect_by_func (device,
More information about the hal-commit
mailing list