Update accessibility event handler.
authorSung-jae Park <nicesj.park@samsung.com>
Sat, 13 Jul 2013 12:05:57 +0000 (21:05 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Sat, 13 Jul 2013 12:05:57 +0000 (21:05 +0900)
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Iaab5f9506d4e3a6d1a205c71bfe557e417efecdf

packaging/liblivebox-viewer.spec
src/livebox.c

index 1f7bbb6..9d64b32 100644 (file)
@@ -1,6 +1,6 @@
 Name: liblivebox-viewer
 Summary: Library for developing the application.
-Version: 0.13.8
+Version: 0.13.9
 Release: 1
 Group: HomeTF/Livebox
 License: Flora License
index f5360e5..30b5c04 100644 (file)
@@ -2923,7 +2923,7 @@ struct livebox *lb_unref(struct livebox *handler)
        }
 
        if (handler->access_event_cb) {
-               handler->access_event_cb(handler, LB_STATUS_ERROR_FAULT, handler->access_event_cbdata);
+               handler->access_event_cb(handler, LB_ACCESS_STATUS_ERROR, handler->access_event_cbdata);
                handler->access_event_cb = NULL;
                handler->access_event_cbdata = NULL;
        }