Fix the invalid error code of accessibility CB.
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 15 Jul 2013 03:44:39 +0000 (12:44 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 15 Jul 2013 03:44:39 +0000 (12:44 +0900)
Change-Id: Ieff89df5f4efe3dfe03eaf0c46bfdf8d62af7a80

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

index af56433..dd36919 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;
        }