83763b6 Correctly handle DbusWatch behavior.

2 files Authored by simo 14 years ago, Committed by sgallagh 14 years ago,
    Correctly handle DbusWatch behavior.
    
    It seems like DBUS always adds 2 watches for the same fd.
    One is for reading and the other is for writing.
    DBUS then keeps disabling one and enabling the other, depending on whether
    it is interested in reading or writing from/to the file descriptor.
    
        
file modified
+113 -36