refine history list update routine
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Tue, 14 Sep 2010 13:04:16 +0000 (22:04 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Tue, 14 Sep 2010 13:04:16 +0000 (22:04 +0900)
debian/changelog
src/clipdrawer.c

index 03ee1da..22cf82f 100644 (file)
@@ -1,3 +1,12 @@
+cbhm (0.1.0-3) unstable; urgency=low
+
+  * case of inhouse package
+  * Git: 165.213.180.234:/git/slp/pkgs/cbhm
+  * Tag: cbhm_0.1.0-3
+  * refine list update routine
+
+ -- root <hyoyoung.chang@samsung.com>  Tue, 14 Sep 2010 22:03:28 +0900
+
 cbhm (0.1.0-2) unstable; urgency=low
 
   * case of inhouse package
index 5182c8a..f0b1d7e 100644 (file)
@@ -40,7 +40,6 @@ static void _list_click( void *data, Evas_Object *obj, void *event_info )
        clen = strlen(cpdata);
        p = malloc(clen + 1);
        snprintf(p, clen, "%s", cpdata);
-       fprintf(stderr, "## cbhm : sel : %s\n", p);
        elm_selection_set(1, obj, /*mark up*/1, p);
 }
 
@@ -60,6 +59,8 @@ int clipdrawer_update_contents(void *data)
        }
        elm_list_go(ad->txtlist);
 
+       /* FIXME : sometimes when list update, screen isn't updated */
+
        return 0;
 }