Fix the image type box update bug
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 5 Sep 2013 10:15:10 +0000 (19:15 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 5 Sep 2013 10:15:24 +0000 (19:15 +0900)
Change-Id: I77f5aefad83f8dbc03440ccfbe4cbf3fd744c7fe

src/livebox.c

index 0b5ddcd..a2bc93f 100644 (file)
@@ -2802,9 +2802,11 @@ void lb_set_id(struct livebox *handler, const char *id)
 void lb_set_filename(struct livebox *handler, const char *filename)
 {
        if (handler->filename) {
+               /*
                if (unlink(handler->filename) < 0) {
                        ErrPrint("unlink: %s\n", strerror(errno));
                }
+               */
 
                free(handler->filename);
        }