| 
     
      
      
      From: Jérémie D. <Ba...@us...> - 2010-05-03 15:51:13
      
     
   | 
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "krobot".
The branch, master has been updated
       via  efa5bb966764fda5d984977036c4d28344339410 (commit)
      from  2c21e9cca0061774f03999f450733b338941d5ca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit efa5bb966764fda5d984977036c4d28344339410
Author: Jérémie Dimino <je...@di...>
Date:   Mon May 3 17:50:38 2010 +0200
    add missing notification modes
-----------------------------------------------------------------------
Changes:
diff --git a/info/control/lib-krobot/krobot.ml b/info/control/lib-krobot/krobot.ml
index dac7b78..9f05c13 100644
--- a/info/control/lib-krobot/krobot.ml
+++ b/info/control/lib-krobot/krobot.ml
@@ -57,6 +57,7 @@ let devices_status krobot =
        dev_lcd = List.assoc "LCD" l;
      })
     (OBus_property.make
+       ~notify_mode
        Krobot_interfaces.Fr_krobot_Manager.p_DevicesStatus
        (OBus_proxy.make krobot ["fr"; "krobot"; "Manager"]))
 
@@ -306,7 +307,7 @@ struct
   let state krobot c =
     OBus_property.map_r
       card_state_of_int32
-      (OBus_property.make p_State (card krobot c))
+      (OBus_property.make ~notify_mode p_State (card krobot c))
 
   let errors krobot c =
     OBus_signal.connect s_Error (card krobot c)
hooks/post-receive
-- 
krobot
 |